#pragma once #include "common.h" __attribute__((noreturn)) void exit(void); void putchar(char ch); int getchar(void);