bmsd/xutil.h

Wed, 21 Nov 2018 21:01:57 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 21 Nov 2018 21:01:57 +0100
changeset 109
3c334f3ca7f9
parent 0
033898178630
permissions
-rw-r--r--

Noted some ideas and added some in the menu.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial