bmsd/xutil.h

Tue, 12 May 2020 15:22:28 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 12 May 2020 15:22:28 +0200
changeset 676
b0718965dcb1
parent 0
033898178630
permissions
-rw-r--r--

Turned off debug logs in ws_broadcast

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial