thermferm/xutil.h

Sun, 27 Sep 2020 17:08:27 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Sep 2020 17:08:27 +0200
changeset 610
5563ee815701
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Implemented MQTT user/password auth.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial