bmsd/xutil.h

Sun, 08 Dec 2019 11:27:19 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 08 Dec 2019 11:27:19 +0100
changeset 564
d5fad7d80899
parent 0
033898178630
permissions
-rw-r--r--

When adding fermentables or hops to a product, show the current inventory in the dropdownlist.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial