bmsd/xutil.h

Wed, 30 Jan 2019 18:58:47 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 30 Jan 2019 18:58:47 +0100
changeset 222
78946739b3a6
parent 0
033898178630
permissions
-rw-r--r--

All recipe data now has inventory information added.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial