mash/xutil.h

Mon, 25 Aug 2014 21:33:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 25 Aug 2014 21:33:57 +0200
changeset 267
a84792cab21c
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Don't log debug pid messages if there is no error difference

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial