bmsd/xutil.h

Tue, 17 Mar 2020 17:26:20 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 17 Mar 2020 17:26:20 +0100
changeset 639
71c6bbd7d4e6
parent 0
033898178630
permissions
-rw-r--r--

Yet another debug trick

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial