bmsd/xutil.h

Sun, 27 Oct 2019 23:06:58 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Oct 2019 23:06:58 +0100
changeset 540
756fe9afe72b
parent 0
033898178630
permissions
-rw-r--r--

Recipes editor handles whirlpool hop IBUs.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial