6 lines
100 B
C
6 lines
100 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
__attribute__((noreturn)) void exit(void);
|
|
void putchar(char ch);
|