ddnet/src/base/unicode/tolower.h

15 lines
156 B
C

#include <stdint.h>
struct UPPER_LOWER
{
int32_t upper;
int32_t lower;
};
enum
{
NUM_TOLOWER = 1433,
};
extern const struct UPPER_LOWER tolowermap[];