mash/xutil.h

Sun, 20 Dec 2015 23:26:03 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 20 Dec 2015 23:26:03 +0100
changeset 466
49a5318256f0
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Manual mode works with heat percentages.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial