Welcome to mirror list, hosted at ThFree Co, Russian Federation.

wctype_l.c « ctype « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2793dd573e192858ec7d5861abbcee039516f05 (plain)
1
2
3
4
5
6
7
8
#include <_ansi.h>
#include <wctype.h>

wctype_t
wctype_l (const char *c, struct __locale_t *locale)
{
  return wctype (c);
}