bmsd/xutil.h

Fri, 10 Aug 2018 21:22:09 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 10 Aug 2018 21:22:09 +0200
changeset 7
59048cd5f00d
parent 0
033898178630
permissions
-rw-r--r--

Fixes boolean values and only display valid fields in node view.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial