bmsd/xutil.h

Thu, 15 Nov 2018 17:17:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 15 Nov 2018 17:17:33 +0100
changeset 95
8dc0a00b1db4
parent 0
033898178630
permissions
-rw-r--r--

Boil_size volume toegevoegd.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial