bmsd/xutil.h

Sat, 06 Aug 2022 22:02:42 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 06 Aug 2022 22:02:42 +0200
changeset 831
21fae4d2203e
parent 0
033898178630
permissions
-rw-r--r--

Final code cleanup in product editor.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial