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