bmsd/xutil.h

Tue, 04 Sep 2018 13:44:02 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 04 Sep 2018 13:44:02 +0200
changeset 51
7224109adfe1
parent 0
033898178630
permissions
-rw-r--r--

More recipe editor changes

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial