bmsd/xutil.h

Sat, 10 Nov 2018 20:56:07 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 10 Nov 2018 20:56:07 +0100
changeset 84
3e5e87f1818d
parent 0
033898178630
permissions
-rw-r--r--

Added miscs ingredients to the recipe print.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial