bmsd/xutil.h

Thu, 21 May 2020 17:14:08 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 21 May 2020 17:14:08 +0200
changeset 687
93ea9572c780
parent 0
033898178630
permissions
-rw-r--r--

Rolled back websocket status message

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial