thermferm/xutil.h

Fri, 26 Feb 2016 13:38:44 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 26 Feb 2016 13:38:44 +0100
changeset 489
9cb274b7e027
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Swapped heat/cool symbols.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial