gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CharIsAscii (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
182: 
183: #define CharIsAscii(c)          ((0 < (c)) && ((c) <= ASCII_MAX))
184: