summaryrefslogtreecommitdiffstats
path: root/etc/latrace.d/headers/ctype.h
blob: 1bc8baae7130e2b359f0d8fef4feede7cc1de7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/* /usr/include/ctype.h */


void*   __ctype_b_loc(void);
void*   __ctype_tolower_loc(void);
void*   __ctype_toupper_loc (void);


int isctype(int c, int mask);
int isascii(int c);
int toascii(int c);


int tolower(int c);
int toupper(int c);
int __tolower_l(int c, __locale_t l);
int tolower_l(int c, __locale_t l);
int __toupper_l(int c, __locale_t l);
int toupper_l(int c, __locale_t l);