bmsd/xutil.h

Fri, 18 Oct 2019 19:24:05 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 18 Oct 2019 19:24:05 +0200
changeset 523
3cccf4392a25
parent 0
033898178630
permissions
-rw-r--r--

Code cleanup and manual compress.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial