bmsd/xutil.h

Sun, 30 Jun 2019 13:18:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 30 Jun 2019 13:18:36 +0200
changeset 432
99dcd8488b62
parent 0
033898178630
permissions
-rw-r--r--

Merged brew_sparge_temperature with sparge_temp and brew_sparge_volume with sparge_volume.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial