bmsd/xutil.h

Fri, 01 Feb 2019 11:58:38 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 Feb 2019 11:58:38 +0100
changeset 227
fd6d87d1c9ed
parent 0
033898178630
permissions
-rw-r--r--

Recalculate FG, SVG and ABV when changing the primary yeast.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial