bmsd/xutil.h

Tue, 02 Aug 2022 11:01:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Aug 2022 11:01:33 +0200
changeset 802
4a9f469d2201
parent 0
033898178630
permissions
-rw-r--r--

Removed product reports and archives.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial