thermferm/xutil.h

Mon, 15 Apr 2024 17:06:15 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 15 Apr 2024 17:06:15 +0200
changeset 679
ecfcb1104b54
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Added getglobal.php script

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial