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