bmsd/xutil.h

Mon, 07 Jan 2019 12:46:27 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 07 Jan 2019 12:46:27 +0100
changeset 179
8adaeecd9dc8
parent 0
033898178630
permissions
-rw-r--r--

Fixed the fermentation chart to be just like the thermferm chart.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial