bmsd/xutil.h

Sun, 06 Jan 2019 17:28:48 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 06 Jan 2019 17:28:48 +0100
changeset 175
da16371538c3
parent 0
033898178630
permissions
-rw-r--r--

When importing from brouwhulp use 0 and 1 instead of false and true for boolean variables. Added Export button to the recipe editor. Added beerxml recipe export.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial