diff options
Diffstat (limited to 'src/stdlib/c_strings.h')
| -rw-r--r-- | src/stdlib/c_strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/c_strings.h b/src/stdlib/c_strings.h index 24cf99da..4df5c3ac 100644 --- a/src/stdlib/c_strings.h +++ b/src/stdlib/c_strings.h @@ -6,9 +6,9 @@ #include <stdint.h> #include "types.h" +#include "util.h" Text_t CString$as_text(const char **str, bool colorize, const TypeInfo_t *info); -Text_t CString$as_text_simple(const char *str); PUREFUNC int CString$compare(const void *x, const void *y, const TypeInfo_t *type); PUREFUNC bool CString$equal(const void *x, const void *y, const TypeInfo_t *type); PUREFUNC uint64_t CString$hash(const void *str, const TypeInfo_t *type); |
