diff options
Diffstat (limited to 'frontend/strings.h')
-rw-r--r-- | frontend/strings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/strings.h b/frontend/strings.h index affc835..61236a6 100644 --- a/frontend/strings.h +++ b/frontend/strings.h @@ -21,4 +21,5 @@ std::string str_wrap(const char *); std::vector<std::string> str_split(const std::string & src, const std::string & delim); std::string str_lower(const std::string & input); std::string str_title(const std::string & input); +std::string str_consume_arg(std::string & argv); |