Commit c948de4d authored by Tristan Gingold's avatar Tristan Gingold

util.h: declare atoi

parent 3e892a86
......@@ -54,6 +54,8 @@ int tmo_init(timeout_t *tmo, uint32_t milliseconds);
int tmo_restart(timeout_t *tmo);
int tmo_expired(timeout_t *tmo);
int atoi(const char *s);
const char *fromhex(const char *hex, int *v);
const char *fromhex64(const char *hex, int64_t *v);
const char *fromdec(const char *dec, int *v);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment