gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isAlpha (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
82:                                         ((c) >= 'a' && (c) <= 'z') )
83: #define isAlNum(c)              (isNum(c) || isAlpha(c))
84: #define isSym(c)                (isAlpha(c) || c == '$' || c == '_' ||\
85:                                         c == '?' || c == '@')