bmsd/xutil.h

Sat, 12 Jan 2019 19:57:29 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Jan 2019 19:57:29 +0100
changeset 187
77e00fcca24e
parent 0
033898178630
permissions
-rw-r--r--

Added dummy beer product for empty fermenters.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial