bmsd/xutil.h

Sun, 11 Apr 2021 10:44:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 11 Apr 2021 10:44:11 +0200
changeset 731
3bd2f0d83bda
parent 0
033898178630
permissions
-rw-r--r--

Removed dry yeast hydratation procedure from the checklist.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial