diff options
Diffstat (limited to 'include/util')
-rw-r--r-- | include/util/parse.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/util/parse.h b/include/util/parse.h index 8da07b1..e132d6b 100644 --- a/include/util/parse.h +++ b/include/util/parse.h @@ -31,6 +31,12 @@ typedef struct { extern "C" { #endif +SQFS_INTERNAL void ltrim(char *buffer); + +SQFS_INTERNAL void rtrim(char *buffer); + +SQFS_INTERNAL void trim(char *buffer); + /** * @brief Read a line of text from an input stream * |