gonzui


Format: Advanced Search

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