thermferm/xutil.h

Mon, 04 Nov 2019 13:19:27 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 04 Nov 2019 13:19:27 +0100
changeset 604
e2766e538d0e
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.7. Increased the maximum fermentation temperature to 45 degrees to allow Kveik fermentations.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial