bmsd/xutil.h

Sat, 10 Nov 2018 17:23:53 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 10 Nov 2018 17:23:53 +0100
changeset 83
85521c6e0022
parent 0
033898178630
permissions
-rw-r--r--

Added recipe print yeasts section.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial