bmsd/xutil.h

Mon, 04 Feb 2019 20:56:44 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 04 Feb 2019 20:56:44 +0100
changeset 242
97c237654ddd
parent 0
033898178630
permissions
-rw-r--r--

Product export to beerxml produces a clean recipe. No brewing information added.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial