From bde0650600ca4390978f4904e32a823c75360a0f Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 24 Apr 2022 21:43:39 +0200 Subject: Add lprintf function --- clog.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 clog.h (limited to 'clog.h') diff --git a/clog.h b/clog.h new file mode 100644 index 0000000..50b8455 --- /dev/null +++ b/clog.h @@ -0,0 +1,6 @@ +#ifndef _CLOG_H_ +#define _CLOG_H_ + +int lprintf(const char *format, ...); + +#endif -- cgit v1.2.3