mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 13:20:06 +00:00
12 lines
157 B
C
12 lines
157 B
C
/*
|
|
TOWLOWER: int towlower (wint_t wc);
|
|
*/
|
|
|
|
#define TST_FUNCTION towlower
|
|
|
|
#include "tsp_common.c"
|
|
#include "dat_towlower.c"
|
|
|
|
|
|
TST_FUNC_TOW (LOWER, lower);
|