diff options
Diffstat (limited to 'lib/include/io.h')
-rw-r--r-- | lib/include/io.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/include/io.h b/lib/include/io.h new file mode 100644 index 0000000..5ca78a3 --- /dev/null +++ b/lib/include/io.h @@ -0,0 +1,5 @@ +// Copyright (c) 2020 Johannes Stoelp + +#pragma once + +int pfmt(const char* fmt, ...); |