Searched refs:STRTOL (Results 1 – 1 of 1) sorted by relevance
89 #define STRTOL(s, e, b) strtoll(s, e, b) macro95 #define STRTOL(s, e, b) strtol(s, e, b) macro195 i = STRTOL(v->u.s, &e, 10); in toarith()