thermferm/xutil.h

Mon, 06 Aug 2018 17:04:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Aug 2018 17:04:57 +0200
changeset 565
3593b18486d7
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fix not generating a valid system uuid

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial