thermferm/xutil.h

Thu, 11 Apr 2024 13:18:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 11 Apr 2024 13:18:20 +0200
changeset 671
b2e2cbb13cb3
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Finished one-wire ds2413 output

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial