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

categories.h « ctype « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 271038e61fa80928c4925742a58c223dbcaf70a2 (plain)
1
2
3
4
5
6
7
/* category data */

enum category {
#include "categories.cat"
};

extern enum category category(wint_t ucs);