brewco/xutil.h

Fri, 27 Nov 2015 22:56:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 27 Nov 2015 22:56:26 +0100
changeset 439
27f7f634c6d3
parent 409
cdf68044adaf
permissions
-rw-r--r--

Updated dependencies

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial