thermferm/xutil.h

Thu, 26 Nov 2015 22:52:48 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 26 Nov 2015 22:52:48 +0100
changeset 436
4df9ae3095f8
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fixed compiling with wiringPi

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial