thermferm/xutil.h

Sat, 20 Apr 2024 11:34:00 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 20 Apr 2024 11:34:00 +0200
changeset 691
cfe13185fd02
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.19a1

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial