bmsd/xutil.h

Sat, 23 May 2020 20:01:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 23 May 2020 20:01:50 +0200
changeset 690
10ff024acff1
parent 0
033898178630
permissions
-rw-r--r--

In inventory miscs added the clone option.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial