thermferm/xutil.h

Tue, 02 Apr 2024 15:03:12 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Apr 2024 15:03:12 +0200
changeset 654
e981d0185485
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Added one-wire thread and some old state table macro's. The state machine first state scans new one-wire devices and stores them in a linked list.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial