bmsd/xutil.h

Fri, 01 May 2020 16:37:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 May 2020 16:37:31 +0200
branch
stable
changeset 665
4d01937ae7af
parent 0
033898178630
permissions
-rw-r--r--

Version 0.4.10 merged with default

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial