add a missing section header table index conversion
[tangerine.git] / compiler / clib / __ctype.h
blob928b1513a3823459786aa76c93037772efc69650
1 #ifndef ___CTYPE_H
2 #define ___CTYPE_H
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];
8 #endif /* !___CTYPE_H */