DDraceNetwork Docs
tolower.h
Go to the documentation of this file.
1#include <cstdint>
2
4{
5 int32_t upper;
6 int32_t lower;
7};
8
9enum
10{
12};
13
14extern const struct UPPER_LOWER tolowermap[];
Definition: tolower.h:4
int32_t upper
Definition: tolower.h:5
int32_t lower
Definition: tolower.h:6
const struct UPPER_LOWER tolowermap[]
Definition: tolower_data.h:5
@ NUM_TOLOWER
Definition: tolower.h:11