bmsd/xutil.h

Mon, 21 Oct 2019 14:39:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 21 Oct 2019 14:39:49 +0200
branch
divide
changeset 532
d8f4ca915468
parent 0
033898178630
permissions
-rw-r--r--

Created branch divide for the development of split batches.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial