thermferm/xutil.h

Sat, 27 Apr 2019 20:47:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Apr 2019 20:47:26 +0200
changeset 583
9795a16de807
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Attempt to better check the temperature sensors and lower the cpu load.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial