docs: begin to setup main structure and write BlockSS

This commit is contained in:
2023-12-12 03:21:56 +00:00
parent d6c20984eb
commit 3838d8e94a
11 changed files with 171 additions and 1 deletions

View File

@ -0,0 +1,5 @@
#ifndef PROTECTOR_BUILDTIN_CLI_H
#define PROTECTOR_BUILDTIN_CLI_H
#include<string>
void BookStoreMain(bool,std::string);
#endif //PROTECTOR_BUILDTIN_CLI_H