bmsd/xutil.h

Mon, 11 Jul 2022 15:46:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 11 Jul 2022 15:46:18 +0200
changeset 795
9472106a3143
parent 0
033898178630
permissions
-rw-r--r--

Version 0.3.40. Added passing thru websocket control messages via mqtt to nodes.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial