7 lines
78 B
C
7 lines
78 B
C
#ifndef KIM_H
|
|
#define KIM_H
|
|
|
|
void write_kim_char(char c, char *into);
|
|
|
|
#endif
|