prosperon/source/engine/kim.h

8 lines
99 B
C
Raw Normal View History

2024-01-14 12:56:52 -06:00
#ifndef KIM_H
#define KIM_H
char *c_to_kim(const char *c);
char *kim_to_c(const char *c);
#endif