bmsd/xutil.h

Wed, 10 Aug 2022 15:33:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 10 Aug 2022 15:33:11 +0200
changeset 837
b5e2ff72cc73
parent 0
033898178630
permissions
-rw-r--r--

Switch ispindel graph to MySQL

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial