thermferm/xutil.h

Sun, 20 Jan 2019 14:08:43 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 20 Jan 2019 14:08:43 +0100
changeset 576
fbc6012405f1
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Events are in the flat file log too

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial