thermferm/xutil.h

Mon, 22 Feb 2016 19:24:49 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 22 Feb 2016 19:24:49 +0100
changeset 483
d676eaec0ee5
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Merge

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial