repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add a missing section header table index conversion
[tangerine.git]
/
compiler
/
clib
/
__ctype.h
blob
928b1513a3823459786aa76c93037772efc69650
1
#ifndef ___CTYPE_H
2
#define ___CTYPE_H
3
4
extern
const unsigned short int
__ctype_b_array
[
384
];
5
extern
const int
__ctype_toupper_array
[
384
];
6
extern
const int
__ctype_tolower_array
[
384
];
7
8
#endif
/* !___CTYPE_H */