thermferm/xutil.h

Mon, 08 Apr 2024 10:57:12 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 08 Apr 2024 10:57:12 +0200
changeset 667
bba6ca418e09
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Removed lcd-buffer create logmessage. Combined Keys and Delay states.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial