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

/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmpi.h63 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro

Completed in 43 milliseconds