Searched defs:Strtol (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h110 #define Strtol(p,e,b) wcstol(p,e,b) macro
160 #define Strtol(p,e,b) strtol(p,e,b) macro
/macosx-10.10/libedit-40/src/
H A Dchartype.h110 #define Strtol(p,e,b) wcstol(p,e,b) macro
165 #define Strtol(p,e,b) strtol(p,e,b) macro

Completed in 190 milliseconds