1 2 3 4 5 6
#ifndef OTP_DICTIONARY_H #define OTP_DICTIONARY_H int otp_lookup_word(const char *word); #endif