Searched refs:acc_ascii_utolower (Results 1 – 1 of 1) sorted by relevance
3633 ACCLIB_EXTERN(int, acc_ascii_utolower) (int);3641 #define acc_ascii_utolower(c) acc_ascii_tolower((unsigned char)(c)) macro