bmsd/xutil.h

Sat, 12 Oct 2019 13:06:00 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Oct 2019 13:06:00 +0200
changeset 510
fc52de3211bc
parent 0
033898178630
permissions
-rw-r--r--

Version 0.3.19

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial