thermferm/xutil.h

Wed, 03 Apr 2024 16:53:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 16:53:22 +0200
changeset 658
b10d0f6337a3
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fix for compile with wiringPi

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial