bmsd/xutil.h

Sun, 09 Dec 2018 17:29:51 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 09 Dec 2018 17:29:51 +0100
changeset 133
22d28dd9c041
parent 0
033898178630
permissions
-rw-r--r--

Added ABV calculation. Added calculate fermentables from OG calculation. Scale fermentables when the OG changes.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial