thermferm/xutil.h

Tue, 12 Aug 2014 13:09:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 12 Aug 2014 13:09:50 +0200
changeset 223
14700edd2a67
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Removed LCD shadow copy buffer.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial