add support for input command str
[glg-sh.git] / input.h
blobff222d47234d31ede44610f728a066f08212622e
1 #ifndef __INPUT_H__
2 #define __INPUT_H__
4 void input_set_cmdstr(char *str);
5 int input_get_next_char(void);
7 #endif