bmsd/xutil.h

Sat, 12 Sep 2020 16:29:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Sep 2020 16:29:26 +0200
changeset 718
59b02b64131b
parent 0
033898178630
permissions
-rw-r--r--

Version 0.3.36. Removed debug logs for websocket received messages. Fixed some default enum values send to the MySQL server.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial