bmsd/xutil.h

Thu, 20 Sep 2018 17:50:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 20 Sep 2018 17:50:30 +0200
changeset 58
83ccc36df675
parent 0
033898178630
permissions
-rw-r--r--

Added hops inline editor framework

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial