thermferm/xutil.h

Sat, 12 Sep 2020 16:50:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Sep 2020 16:50:35 +0200
changeset 609
ee433a47fc13
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.10.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial