thermferm/xutil.h

Mon, 01 Sep 2014 22:06:39 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 01 Sep 2014 22:06:39 +0200
changeset 275
a86c702c2e4f
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Better profile progress logging

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial