bmsd/xutil.h

Thu, 30 May 2019 17:39:53 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 30 May 2019 17:39:53 +0200
changeset 381
0ec81755396e
parent 0
033898178630
permissions
-rw-r--r--

Improved the progress bars for the fermentables and hops in the editor screens.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial