bmsd/xutil.h

Wed, 05 Dec 2018 15:25:55 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 05 Dec 2018 15:25:55 +0100
changeset 122
5d5bcab19b8f
parent 0
033898178630
permissions
-rw-r--r--

Removed unimportant equipemnt items from the screen.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial