thermferm/xutil.h

Sun, 07 Jul 2019 13:54:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 07 Jul 2019 13:54:24 +0200
changeset 600
af2383e3f110
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.9.6

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial