Files
BH-Bookstore-2023/backend/include/builtin-cli.h

5 lines
154 B
C++

#ifndef PROTECTOR_BUILDTIN_CLI_H
#define PROTECTOR_BUILDTIN_CLI_H
#include<string>
void BookStoreMain(bool,std::string);
#endif //PROTECTOR_BUILDTIN_CLI_H