diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-03-21 17:42:07 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-03-21 17:42:07 +0100 |
commit | b8e086f1857f0d7731c64647f81cdf6ee3b463b2 (patch) | |
tree | 74280fa7ce527ac329869f4ce3167d21e0e173b6 /lib/include/io.h | |
parent | 361134f339530054969757b2ca8c6c7913ac7d34 (diff) | |
download | dynld-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.h | 1 |
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, ...); |