#pragma once /** * Supports %s (string), %d (decimal), %u (unsigned), %x (hexadecimal) */ int printf(const char *restrict format, ...);