bmsd/xutil.h

Mon, 28 Jun 2021 11:18:44 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 28 Jun 2021 11:18:44 +0200
changeset 761
3ad215b71221
parent 0
033898178630
permissions
-rw-r--r--

Removed BaseType pulldown

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial