Add safe_hextou32()

This commit is contained in:
Julien BLACHE
2010-05-05 19:03:53 +02:00
parent 6867ae4c16
commit f38ff924d7
2 changed files with 39 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ safe_atoi32(const char *str, int32_t *val);
int
safe_atou32(const char *str, uint32_t *val);
int
safe_hextou32(const char *str, uint32_t *val);
int
safe_atoi64(const char *str, int64_t *val);