bmsd/xutil.h

Tue, 23 Apr 2019 19:53:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 23 Apr 2019 19:53:26 +0200
changeset 341
9c4bc199be9e
parent 0
033898178630
permissions
-rw-r--r--

Added product forum export and changed the export menu.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial