1 2 3 4 5 6 7 8 9
#include <stddef.h> #include <stdint.h> #include <stdbool.h> void __libkogata_start() { // TODO while(true); }