From 072f0c594526d96dac1c181d057eb9cf5d16862d Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 24 Apr 2025 18:37:11 -0400 Subject: eprintf --- eprintf.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 eprintf.h (limited to 'eprintf.h') diff --git a/eprintf.h b/eprintf.h new file mode 100644 index 0000000..224b852 --- /dev/null +++ b/eprintf.h @@ -0,0 +1,2 @@ +void eprintf(const char *fmt, ...); +void weprintf(const char *fmt, ...); -- cgit v1.2.3