thermferm/xutil.h

Thu, 17 Sep 2015 17:09:09 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 17 Sep 2015 17:09:09 +0200
changeset 402
6b9f0c3c7f63
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Set sane default profile values when not using a profile.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial