bmsd/xutil.h

Tue, 12 May 2020 15:13:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 12 May 2020 15:13:06 +0200
changeset 675
a27af02ab16a
parent 0
033898178630
permissions
-rw-r--r--

Added iSpindel to the websockets. Better offline detection for websockets.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial