bmsd/xutil.h

Tue, 29 Oct 2019 11:28:42 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 29 Oct 2019 11:28:42 +0100
changeset 546
9a6c745c0b04
parent 0
033898178630
permissions
-rw-r--r--

Version 0.3.22

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial