diff options
Diffstat (limited to 'src/util_rt.h')
-rw-r--r-- | src/util_rt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util_rt.h b/src/util_rt.h index 567cd4c..cdc6d50 100644 --- a/src/util_rt.h +++ b/src/util_rt.h @@ -45,6 +45,8 @@ char prne_ctolower (const char c); bool prne_cisspace (const char c); bool prne_cisprint (const char c); +bool prne_ciszero (const char c); + bool prne_nstreq (const char *a, const char *b); size_t prne_nstrlen (const char *s); char *prne_strnchr (const char *p, const char c, const size_t n); |