bmsd/xutil.h

Wed, 05 Dec 2018 14:43:15 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 05 Dec 2018 14:43:15 +0100
changeset 121
875aeb365e1c
parent 0
033898178630
permissions
-rw-r--r--

Added sparge pH during import. Added several calculations. Added calculated estimates to the brewday screen.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial