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

/system/core/sh/
H A Dsyntax.h72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro

Completed in 41 milliseconds