bmsd/xutil.h

Mon, 06 Jan 2020 16:06:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Jan 2020 16:06:28 +0100
changeset 586
ed4f22cfb135
parent 0
033898178630
permissions
-rw-r--r--

Adjusted the Kveik pitchrate to 1/10 of normal yeast.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial