mash/xutil.h

Tue, 25 Jul 2017 21:08:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 25 Jul 2017 21:08:26 +0200
changeset 528
908ef02d5d22
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Changed 1-wire logic a little bit

#ifndef	_XUTIL_H
#define	_XUTIL_H

char *xmalloc(size_t);
char *xstrcpy(char *);
char *xstrcat(char *, char *);

#endif

mercurial