gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:AsciiToLOW (0.02 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
163: #define AsciiToUP(ascii)        ((UB)toupper((ascii) & ASCII_MAX))
164: #define AsciiToLOW(ascii)       ((UB)tolower((ascii) & ASCII_MAX))
165: