thermferm/xutil.h

Fri, 19 Apr 2024 14:11:19 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 19 Apr 2024 14:11:19 +0200
changeset 688
8bf6389e59a2
parent 106
1bd9a16f5061
permissions
-rw-r--r--

More copyright references.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial