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

/freebsd-10-stable/lib/libedit/
H A Dchartype.h101 #define Strtol(p,e,b) wcstol(p,e,b) macro
151 #define Strtol(p,e,b) strtol(p,e,b) macro

Completed in 110 milliseconds