1 2 3 4 5 6 7 8 9
#ifndef AHOY_AHOY_EMULATOR_H #define AHOY_AHOY_EMULATOR_H #include <mbstring.h> void emuinit(struct u8view); void emutick(void); #endif /* !AHOY_AHOY_EMULATOR_H */