bmsd/xutil.h

Fri, 24 Apr 2020 14:10:47 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 24 Apr 2020 14:10:47 +0200
changeset 660
0e9a725354ac
parent 0
033898178630
permissions
-rw-r--r--

Fixed bugs in calculation of boil volume/batch or boiltime changes.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial