thermferm/xutil.h

Thu, 11 Apr 2024 11:19:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 11 Apr 2024 11:19:04 +0200
changeset 670
6c62e99ade00
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Stop logging ghost one-wire devices.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial