thermferm/xutil.h

Sat, 10 Jun 2017 13:00:14 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 10 Jun 2017 13:00:14 +0200
changeset 514
f5a00ad53329
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Changed state messages to domoticz

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial