gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:UnicodeIsAscii (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
193: 
194: #define UnicodeIsAscii(unicode)         \
195:                         ((0 < (unicode)) && ((unicode) <= ASCII_MAX))