aboutsummaryrefslogtreecommitdiff
path: root/src/core/strs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/strs.h')
-rw-r--r--src/core/strs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/strs.h b/src/core/strs.h
index d4851ecf..4ed1fb57 100644
--- a/src/core/strs.h
+++ b/src/core/strs.h
@@ -22,5 +22,7 @@ extern char * nni_strcasestr(const char *, const char *);
extern int nni_strncasecmp(const char *, const char *, size_t);
extern int nni_strcasecmp(const char *, const char *);
extern int nni_asprintf(char **, const char *, ...);
+extern int nni_strtou64(const char *, uint64_t *); // parses decimal
+extern int nni_strtox64(const char *, uint64_t *); // parses hex
#endif // CORE_STRS_H