bmsd/xutil.h

Thu, 27 Sep 2018 23:13:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 27 Sep 2018 23:13:41 +0200
changeset 71
e1c50b21b7e3
parent 0
033898178630
permissions
-rw-r--r--

Added new recipe screens and wizzard.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial