1 2 3 4 5 6
// Copyright (c) 2020 Johannes Stoelp #pragma once int pfmt(const char* fmt, ...); int efmt(const char* fmt, ...);