brewco/xutil.h

Thu, 10 Dec 2015 17:31:45 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 10 Dec 2015 17:31:45 +0100
changeset 452
edc86e2d2eaa
parent 409
cdf68044adaf
permissions
-rw-r--r--

Changed device outputs and status leds.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial