bmsd/xutil.h

Sun, 05 Mar 2023 12:44:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 05 Mar 2023 12:44:33 +0100
changeset 846
d8ace3fa9ac7
parent 0
033898178630
permissions
-rw-r--r--

Adjusted test for websockets for the 4.x.x releases.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial