thermferm/xutil.h

Sun, 20 Jan 2019 13:34:09 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 20 Jan 2019 13:34:09 +0100
changeset 575
86496d2bc4bb
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.2 DLOG messages every minute unless a unit is off. More event messages added. The target temperatur is now taken from the PIDs.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial