#pragma once #include #include void e9_putc(char c); void e9_print(const char *msg); void e9_puts(const char *msg); void e9_printf(const char *format, ...);