diff options
Diffstat (limited to 'include/BH/String.h')
| -rw-r--r-- | include/BH/String.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/BH/String.h b/include/BH/String.h index 4ef0c33..f9ef2bc 100644 --- a/include/BH/String.h +++ b/include/BH/String.h @@ -116,4 +116,12 @@ uint64_t BH_StringToInt64u(const char *string, char *BH_StringDup(const char *string); +int BH_StringCompare(const char *s1, + const char *s2); + + +int BH_StringCompareCaseless(const char *s1, + const char *s2); + + #endif /* BH_STRING_H */ |
