File:  [DVB] / dietlibc / libugly / iswctype.c
Revision 1.1: download - view: text, annotated - select for diffs
Sun Sep 9 02:11:18 2007 UTC (16 years, 8 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  add btowc, wctype, iswctype

#include <wctype.h>
#include <string.h>

int iswctype(wint_t wc, wctype_t desc) {
  return desc(wc);
}

LinuxTV legacy CVS <linuxtv.org/cvs>