gonzui


Format: Advanced Search

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