thermferm/xutil.h

Thu, 11 Apr 2024 14:57:32 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 11 Apr 2024 14:57:32 +0200
changeset 672
0c2c66920d79
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Only log temperature error once. Only log temperature Ok again once. Do not log changed temperature.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial