thermferm/xutil.h

Fri, 04 Dec 2015 14:21:25 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 04 Dec 2015 14:21:25 +0100
changeset 444
eafb140a1ddd
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Better brew state field names.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial