thermferm/xutil.h

Sat, 27 Jun 2015 14:24:39 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Jun 2015 14:24:39 +0200
changeset 381
b22f8bf63b17
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Only write configuration if something changed.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial