Add safe_hextou64()

This commit is contained in:
Julien BLACHE
2010-04-04 18:07:32 +02:00
parent 7a02215d0d
commit 49b7a96eec
2 changed files with 39 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ safe_atoi64(const char *str, int64_t *val);
int
safe_atou64(const char *str, uint64_t *val);
int
safe_hextou64(const char *str, uint64_t *val);
char *
m_realpath(const char *pathname);