thermferm/xutil.h

Wed, 03 Apr 2024 19:33:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 19:33:38 +0200
changeset 659
bfab45f4d5cd
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Added state to scan vanished one-wire devices. Update devices if a one-wire device returns on the bus.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial