bmsd/xutil.h

Sat, 14 Sep 2019 10:30:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 14 Sep 2019 10:30:26 +0200
branch
stable
changeset 492
fa82e95d9ddd
parent 0
033898178630
permissions
-rw-r--r--

Merged with default

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial