mash/xutil.h

Tue, 02 Sep 2014 16:54:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Sep 2014 16:54:18 +0200
changeset 283
affe4d2adc94
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Bumped to version 0.2.2

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial