thermferm/xutil.h

Sun, 20 Dec 2015 23:26:03 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 20 Dec 2015 23:26:03 +0100
changeset 466
49a5318256f0
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Manual mode works with heat percentages.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial