1 2 3 4 5 6 7 8 9 10
#define MÜLL_IO_H /* * Minimal API for kernel I/O basics */ // includes #include <stdint.h> void RealPrint(const char* str);