Searched refs:isdigit_l (Results 1 – 1 of 1) sorted by relevance
61 # undef isdigit_l62 # define isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; }) macro
Completed in 4 milliseconds