writing book system

This commit is contained in:
2023-12-13 12:48:58 +00:00
parent b7a17f2997
commit 9df19f31f2
4 changed files with 90 additions and 8 deletions

View File

@ -27,4 +27,5 @@ bool CommandModifyLexer(const std::string &command, std::string &ISBN,
bool CommandImportLexer(const std::string &command, int &quantity,
double &total_cost);
bool CommandShowfinanceLexer(const std::string &command,int &count);
bool KeyWordSpliter(const std::string &keyword, std::vector<std::string> &words);
#endif // PROTECTOR_LEXER_H