mash/xutil.h

Tue, 02 Sep 2014 15:14:53 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Sep 2014 15:14:53 +0200
changeset 280
de3dc781ba65
parent 103
99c47a8a61cb
permissions
-rw-r--r--

PROFILE PUTS command logging added.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial