thermferm/xutil.h

Wed, 30 Jul 2014 22:57:48 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 30 Jul 2014 22:57:48 +0200
changeset 155
0d86f3c0a07b
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Unit mode can switch between OFF and NONE.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial