thermferm/xutil.h

Sun, 10 Aug 2014 14:45:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 10 Aug 2014 14:45:11 +0200
changeset 206
78fb6f99e473
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Added GLOBAL GET and GLOBAL PUT commands.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial