thermferm/xutil.h

Sun, 10 Jul 2022 14:33:13 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 10 Jul 2022 14:33:13 +0200
changeset 614
389097dc665d
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.11. Removed lcd debug message after 7 years. Added setup for alternative beer sensor. If the main sensor is gone, the alternative will be used.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial