#ifndef OTP_DICTIONARY_H
#define OTP_DICTIONARY_H
int otp_lookup_word(const char *word);
#endif