thermferm/xutil.h

Tue, 02 Jun 2015 14:14:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Jun 2015 14:14:20 +0200
changeset 367
b9130db48c63
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fixed compiling on a real RPi

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial