thermferm/xutil.h

Tue, 15 Sep 2015 17:29:15 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 15 Sep 2015 17:29:15 +0200
changeset 396
66d4e137b99d
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Bumped to version 0.4.1

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial