mash/xutil.h

Sat, 26 Jul 2014 22:18:44 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 26 Jul 2014 22:18:44 +0200
changeset 138
e7e7a23af890
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Added DEL PROFILE command

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial