Add safe_atoull()

This commit is contained in:
Ace Jones
2010-01-10 12:09:29 +01:00
committed by Julien BLACHE
parent 5867821ed7
commit e948f69d0d
2 changed files with 31 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ safe_atoi(const char *str, int *val);
int
safe_atol(const char *str, long *val);
int
safe_atoull(const char *str, unsigned long long *val);
char *
m_realpath(const char *pathname);