thermferm/xutil.h

Thu, 19 Jul 2018 12:55:40 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Jul 2018 12:55:40 +0200
changeset 546
d2e8626e7118
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Changed alarm message and mqtt message order

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial