thermferm/xutil.h

Thu, 31 Dec 2015 21:03:52 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 31 Dec 2015 21:03:52 +0100
changeset 481
3dd5d68f59df
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Less PID debug logging.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial