thermferm/xutil.h

Wed, 25 Nov 2015 15:48:01 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 25 Nov 2015 15:48:01 +0100
changeset 432
332daf75352e
parent 106
1bd9a16f5061
permissions
-rw-r--r--

The brewpanel can now run in daemon mode or debug mode.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial