gonzui


Format: Advanced Search

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