bmsd/xutil.h

Mon, 24 Dec 2018 15:52:11 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 24 Dec 2018 15:52:11 +0100
changeset 150
159d7a89fcef
parent 0
033898178630
permissions
-rw-r--r--

Better stage detection during product import from brouwhulp. Added tooltips for treated water.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial