bmsd/xutil.h

Fri, 13 Sep 2019 15:09:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 13 Sep 2019 15:09:04 +0200
changeset 484
2083c274b283
parent 0
033898178630
permissions
-rw-r--r--

In the product editor mash tab, display the total mash volume and the total mash time.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial