bmsd/xutil.h

Mon, 25 Mar 2019 20:47:25 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 25 Mar 2019 20:47:25 +0100
changeset 333
2987e5bb830d
parent 0
033898178630
permissions
-rw-r--r--

Fix for adding mash steps.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial