thermferm/xutil.h

Sun, 15 Jul 2018 12:05:16 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 15 Jul 2018 12:05:16 +0200
changeset 536
e833bbd5e733
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Versie 0.6.5. LIST LOG <unit> commando verwijderd, alleen ARCHIVE LOG <unit> is nog in gebruik. De chiller temperatuur zit nu ook in de log en grafiek.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial