thermferm/xutil.h

Mon, 21 Dec 2015 22:53:29 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 21 Dec 2015 22:53:29 +0100
changeset 470
c2794ae0def3
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Revised brew steps again

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial