bmsd/xutil.h

Mon, 01 Aug 2022 13:26:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 01 Aug 2022 13:26:18 +0200
changeset 801
55c2510891b8
parent 0
033898178630
permissions
-rw-r--r--

Removed the rest of the database editors, all is now better and completer in the new application.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial