mash/xutil.h

Thu, 07 Aug 2014 19:38:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 07 Aug 2014 19:38:30 +0200
changeset 191
c74bbc24a1c8
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Client/Server communication is now almost final

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial