bmsd/xutil.h

Tue, 07 Aug 2018 16:42:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 07 Aug 2018 16:42:49 +0200
changeset 2
282e7d2bb28a
parent 0
033898178630
permissions
-rw-r--r--

Initial web server

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial