thermferm/xutil.h

Sat, 30 Apr 2016 21:25:10 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 30 Apr 2016 21:25:10 +0200
changeset 498
4903b4da9d40
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fixed empty setpoint values

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial