thermferm/xutil.h

Fri, 19 May 2017 16:34:21 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 19 May 2017 16:34:21 +0200
changeset 510
2da3d3340403
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.6.0. The MQTT data messages are now allways the same length so that openhab will function with the message updates.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial