bmsd/xutil.h

Wed, 06 Mar 2019 20:15:24 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 06 Mar 2019 20:15:24 +0100
changeset 324
d49da6d0b451
parent 0
033898178630
permissions
-rw-r--r--

Fix for ugly fermentables in stock notation below 1 kg. Don't show days for in production list on the package day.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial