thermferm/xutil.h

Sun, 24 Aug 2014 14:41:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Aug 2014 14:41:31 +0200
changeset 264
91c358556ecf
parent 106
1bd9a16f5061
permissions
-rw-r--r--

LIST LOG also output lines on state changes

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial