bmsd/xutil.h

Fri, 25 Jan 2019 16:57:59 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 25 Jan 2019 16:57:59 +0100
changeset 202
64a9c935a66b
parent 0
033898178630
permissions
-rw-r--r--

Yeast import Imperial Yeast packs are 200 billion cells/pack. Inventory fermentables the origin country column first. Disable filter menu on some fields. Friendy display of stock inventory.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial