thermferm/xutil.h

Tue, 05 Aug 2014 22:50:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 05 Aug 2014 22:50:33 +0200
changeset 188
4fc17ef4593f
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Added heat/cool state to the LCD display

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial