aboutsummaryrefslogtreecommitdiff
path: root/lib/include/io.h
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-03-21 17:42:07 +0100
committerjohannst <johannes.stoelp@gmail.com>2021-03-21 17:42:07 +0100
commitb8e086f1857f0d7731c64647f81cdf6ee3b463b2 (patch)
tree74280fa7ce527ac329869f4ce3167d21e0e173b6 /lib/include/io.h
parent361134f339530054969757b2ca8c6c7913ac7d34 (diff)
downloaddynld-b8e086f1857f0d7731c64647f81cdf6ee3b463b2.tar.gz
dynld-b8e086f1857f0d7731c64647f81cdf6ee3b463b2.zip
added efmt to write out error messages + ERROR_ON macro
Diffstat (limited to 'lib/include/io.h')
-rw-r--r--lib/include/io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/io.h b/lib/include/io.h
index 5ca78a3..0f8b900 100644
--- a/lib/include/io.h
+++ b/lib/include/io.h
@@ -3,3 +3,4 @@
#pragma once
int pfmt(const char* fmt, ...);
+int efmt(const char* fmt, ...);