thermferm/xutil.h

Wed, 11 May 2016 14:47:27 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 11 May 2016 14:47:27 +0200
changeset 502
0e2c58f8eb78
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fixed some MQTT messages. Added more profile MQTT messages. Version 0.5.7

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial