thermferm/xutil.h

Thu, 07 Aug 2014 14:20:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 07 Aug 2014 14:20:11 +0200
changeset 189
cc2b04d4db99
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Init logfile when a unit is turned on. Added comments for profile processing.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial