thermferm/xutil.h

Sat, 05 Mar 2016 12:50:23 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 05 Mar 2016 12:50:23 +0100
changeset 491
31b14c9ac625
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Switched PID to BOO mode for all modes.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial