Archived
1
0
Fork 0
This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
SLOTH/src/shell.hpp

8 lines
92 B
C++
Raw Normal View History

#ifndef SHELL_H
#define SHELL_H
FILE* stringToFile(char* str);
void start_shell();
#endif