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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h62 #ifndef isdigit
63 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro

Completed in 30 milliseconds