.
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 21s

This commit is contained in:
Your Name
2025-05-11 12:48:30 +12:00
parent 78dbf4aff3
commit 46396369d7
6 changed files with 229 additions and 53 deletions

View File

@ -45,4 +45,8 @@ int die(const std::string & msg);
std::string safearg(int argc, char *argv[], int index);
std::string safearg(const std::vector<std::string> & args, int index);
void print_left_aligned(const std::string & str, int width);
void print_centered(const std::string & str, int width);
void print_right_aligned(const std::string & str, int width);
} // namespace dropshell