thermferm/xutil.h

Thu, 14 Mar 2024 17:10:14 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 14 Mar 2024 17:10:14 +0100
changeset 634
0a7dfeaf385c
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.14

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial