gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:isNum (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
79: #define isSpace(c)              ((c) && (c) <= ' ')
80: #define isNum(c)                ((c) >= '0' && (c) <= '9')
81: #define isAlpha(c)              ( ((c) >= 'A' && (c) <= 'Z') ||\