thermferm/xutil.h

Fri, 22 Mar 2024 11:48:35 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 22 Mar 2024 11:48:35 +0100
changeset 643
586d376ab629
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Updates for DHT11 reading

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial