mash/xutil.h

Sun, 31 Aug 2014 18:25:32 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 31 Aug 2014 18:25:32 +0200
changeset 273
b863e0147296
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Fixed unit edit heater/cooler delay values. Heater and Cooler start/stop now use a different algorithm.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial