1 2 3 4 5 6 7
#ifndef INIT_STAGE1_KPRINT_H #define INIT_STAGE1_KPRINT_H 1 void kputc(char c); void kputs(const char *s); #endif