thermferm/xutil.h

Sat, 21 Jul 2018 20:40:02 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 21 Jul 2018 20:40:02 +0200
changeset 549
ee1bcad035f0
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Versie 0.8.2. Node NBIRTH payload heeft nu netwerk informatie.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial