thermferm/xutil.h

Tue, 02 Sep 2014 14:14:54 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Sep 2014 14:14:54 +0200
changeset 277
6f9a7cca8f19
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fixed profile progess percentage

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial