7 lines
92 B
C++
7 lines
92 B
C++
#ifndef SHELL_H
|
|
#define SHELL_H
|
|
|
|
FILE* stringToFile(char* str);
|
|
void start_shell();
|
|
|
|
#endif
|