Searched defs:STRTOL (Results 1 – 2 of 2) sorted by relevance
38 #define STRTOL wcstol macro72 #define STRTOL(a,b,c) (strtol(a,(char**)b,c)) macro
102 #define STRTOL(i, p) { \ macro