brewco/xutil.h

Thu, 26 Nov 2015 22:47:42 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 26 Nov 2015 22:47:42 +0100
changeset 435
4b1ed6897d80
parent 409
cdf68044adaf
permissions
-rw-r--r--

More configuration items added.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial