bmsd/xutil.h

Fri, 14 Jun 2019 20:19:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 14 Jun 2019 20:19:04 +0200
changeset 411
077ada2dda9b
parent 0
033898178630
permissions
-rw-r--r--

Reduce fermentables after packaging. Always enable the packaging tab but only enable the packaging date in the lagering state. This allows early priming sugar settings.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial