bmsd/xutil.h

Sun, 05 Jan 2020 20:34:03 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 05 Jan 2020 20:34:03 +0100
changeset 582
93848540442c
parent 0
033898178630
permissions
-rw-r--r--

Try to solve the MySQL 2014 error.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial