thermferm/xutil.h

Tue, 02 Sep 2014 15:02:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Sep 2014 15:02:33 +0200
changeset 278
76c8a6f18e4d
parent 106
1bd9a16f5061
permissions
-rw-r--r--

GLOBAL PUT command logging added.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial