thermferm/xutil.h

Wed, 25 Jul 2018 20:08:13 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 25 Jul 2018 20:08:13 +0200
changeset 553
4091d4fe217f
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Updated simulator with more simulated devices.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial