diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-11-23 23:09:18 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-11-23 23:09:18 -0800 |
| commit | 5ea2a1845f3393e91d6d102a8a89f339dd24f467 (patch) | |
| tree | d17d6cd87d1a540e50f2e996924d8e1c92e1c8f0 /src/core/strs.h | |
| parent | d1218d7309475193b53911667911c4f59a1a7752 (diff) | |
| download | nng-5ea2a1845f3393e91d6d102a8a89f339dd24f467.tar.gz nng-5ea2a1845f3393e91d6d102a8a89f339dd24f467.tar.bz2 nng-5ea2a1845f3393e91d6d102a8a89f339dd24f467.zip | |
fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoull
Diffstat (limited to 'src/core/strs.h')
| -rw-r--r-- | src/core/strs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/strs.h b/src/core/strs.h index 91639c64..697b4763 100644 --- a/src/core/strs.h +++ b/src/core/strs.h @@ -21,7 +21,5 @@ 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 |
