bmsd/xutil.h

Fri, 27 Mar 2020 16:23:30 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 27 Mar 2020 16:23:30 +0100
changeset 647
243be110285c
parent 0
033898178630
permissions
-rw-r--r--

Adjusted the dry-yeast degradation to 4% per year.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial