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