From b8e086f1857f0d7731c64647f81cdf6ee3b463b2 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 21 Mar 2021 17:42:07 +0100 Subject: added efmt to write out error messages + ERROR_ON macro --- lib/include/io.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/include/io.h') 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, ...); -- cgit v1.2.3