thermferm/xutil.h

Thu, 11 Apr 2024 15:01:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 11 Apr 2024 15:01:46 +0200
changeset 673
0c084b876a2c
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.18

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial