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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsyntax.h46 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro

Completed in 77 milliseconds