bmsd/xutil.h

Thu, 09 Aug 2018 21:52:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 09 Aug 2018 21:52:01 +0200
changeset 4
1750b6cae48e
parent 0
033898178630
permissions
-rw-r--r--

Web pages nodes display works.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial