bmsd/xutil.h

Thu, 07 Feb 2019 15:35:32 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 07 Feb 2019 15:35:32 +0100
changeset 251
a7f25be71ba8
parent 0
033898178630
permissions
-rw-r--r--

Adjusted the monitor fermentation spinner behaviour.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial