thermferm/xutil.h

Sat, 15 Nov 2014 20:35:32 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 15 Nov 2014 20:35:32 +0100
changeset 299
d1c52fb43e30
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Show heater/cooler usgae in percent on the web page. Bunped to version 0.2.5

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial