thermferm/xutil.h

Sun, 28 Apr 2019 19:59:43 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 28 Apr 2019 19:59:43 +0200
changeset 589
230a502b75ec
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Final device thermometer error detection.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial