mash/xutil.h

Sun, 24 Aug 2014 23:01:32 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Aug 2014 23:01:32 +0200
changeset 265
63a003914b72
parent 103
99c47a8a61cb
permissions
-rw-r--r--

More math for the simulator. Web interface changes for heater in graph.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial