mash/xutil.h

Wed, 17 Dec 2014 15:44:58 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 17 Dec 2014 15:44:58 +0100
changeset 303
19a9a3912d03
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Added PING/PONG command to the server. Bumped to version 0.2.7

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial