1#ifndef CMDEDIT_H
2#define CMDEDIT_H
3
4int     cmdedit_read_input(char* promptStr, char* command);
5
6#endif /* CMDEDIT_H */
7