HomeSort by relevance Sort by last modified time
    Searched full:c_isdigit (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
c-ctype.h 129 extern bool c_isdigit (int c);
203 #undef c_isdigit macro
204 #define c_isdigit(c) \ macro
c-ctype.c 140 c_isdigit (int c) function

Completed in 1164 milliseconds