bmsd/xutil.h

Thu, 06 Dec 2018 23:18:27 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 06 Dec 2018 23:18:27 +0100
changeset 126
9999b3ce98cb
parent 0
033898178630
permissions
-rw-r--r--

Row editors are now per cell. Added fermentable percentages editor.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial