bmsd/xutil.h

Mon, 04 Mar 2019 20:18:59 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 04 Mar 2019 20:18:59 +0100
changeset 319
60002c09f78a
parent 0
033898178630
permissions
-rw-r--r--

Fix checklist where there is more than one mash infusion step.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial