mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 13:20:06 +00:00
11 lines
156 B
C
11 lines
156 B
C
|
/*
|
||
|
ISWCNTRL: int iswcntrl (wint_t wc);
|
||
|
*/
|
||
|
|
||
|
#define TST_FUNCTION iswcntrl
|
||
|
|
||
|
#include "tsp_common.c"
|
||
|
#include "dat_iswcntrl.c"
|
||
|
|
||
|
TST_FUNC_ISW (CNTRL, cntrl);
|