bmsd/xutil.h

Wed, 07 Nov 2018 14:42:25 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 07 Nov 2018 14:42:25 +0100
changeset 78
f35a38e8c16f
parent 0
033898178630
permissions
-rw-r--r--

Finish inventory list.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial