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