mash/xutil.h

Tue, 11 Nov 2014 16:19:07 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 11 Nov 2014 16:19:07 +0100
changeset 298
b88c60e8369e
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Fixed logfile header

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial