mash/xutil.h

Sun, 24 Aug 2014 14:41:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Aug 2014 14:41:31 +0200
changeset 264
91c358556ecf
parent 103
99c47a8a61cb
permissions
-rw-r--r--

LIST LOG also output lines on state changes

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial