bmsd/xutil.h

Tue, 25 Sep 2018 20:58:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 25 Sep 2018 20:58:06 +0200
changeset 68
2ff83855d574
parent 0
033898178630
permissions
-rw-r--r--

Added recipe editor screen

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial