X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Flocale%2Fiswcntrl_l.c;fp=src%2Flocale%2Fiswcntrl_l.c;h=50e97c5a1b284efe00dd1257c0d4f201af20c1d2;hp=0000000000000000000000000000000000000000;hb=e5a7f14c818a622ea7fbbc981657eb0c47ce3c00;hpb=4cf667c9c90cdcf63233467cbed42a2dab5c35a9 diff --git a/src/locale/iswcntrl_l.c b/src/locale/iswcntrl_l.c new file mode 100644 index 00000000..50e97c5a --- /dev/null +++ b/src/locale/iswcntrl_l.c @@ -0,0 +1,6 @@ +#include + +wint_t iswcntrl_l(wint_t c, locale_t l) +{ + return iswcntrl(c); +}