bmsd/xutil.h

Mon, 03 May 2021 08:41:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 03 May 2021 08:41:18 +0200
changeset 742
3c8928d956cd
parent 0
033898178630
permissions
-rw-r--r--

Prevent oversized log message when there is no error.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial