1#include <cstdint>
2
3struct UPPER_LOWER
4{
5 int32_t upper;
6 int32_t lower;
7};
8
9enum
10{
11 NUM_TOLOWER = 1433,
12};
13
14extern const struct UPPER_LOWER tolowermap[];
15