HomeSort by: relevance | last modified time | path
    Searched defs:isxdigit_wrapper (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/gen/
t_ctype.c 82 static int isxdigit_wrapper(int ch) { return isxdigit(ch); } function in typeref:typename:int
t_ctype.c 82 static int isxdigit_wrapper(int ch) { return isxdigit(ch); } function in typeref:typename:int

Completed in 25 milliseconds