bmsd/xutil.h

Fri, 01 Mar 2019 14:29:09 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 Mar 2019 14:29:09 +0100
changeset 303
98c2afc88780
parent 0
033898178630
permissions
-rw-r--r--

Added recipe export menu.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial