#ifndef KIM_H #define KIM_H char *c_to_kim(const char *c); char *kim_to_c(const char *c); #endif