aboutsummaryrefslogtreecommitdiffstats
path: root/eprintf.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-24 18:37:11 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-24 18:37:11 -0400
commit072f0c594526d96dac1c181d057eb9cf5d16862d (patch)
treef085f52fdbbced413f9e510e3ca4174a84be251f /eprintf.h
parent48bc192d262416e9466922c4b65b066ee6027d9a (diff)
downloadvolute-072f0c594526d96dac1c181d057eb9cf5d16862d.zip
eprintf
Diffstat (limited to 'eprintf.h')
-rw-r--r--eprintf.h2
1 files changed, 2 insertions, 0 deletions
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, ...);