gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:getAsciiKind from t2ex/t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
173: 
174: #define AsciiIsLOW(ascii)       (getAsciiKind(ascii) == ASCII_LOW)
175: #define AsciiIsUP(ascii)        (getAsciiKind(ascii) == ASCII_UP)
176: #define AsciiIsNUM(ascii)       (getAsciiKind(ascii) == ASCII_NUM)
177: #define AsciiIsSYM(ascii)       (getAsciiKind(ascii) == ASCII_SYM)
178: