1#include <locale/localeinfo.h>
2
3--
4
5LOCALE_CTYPE_TOLOWER	offsetof (struct __locale_struct, __ctype_tolower)
6LOCALE_CTYPE_TOUPPER	offsetof (struct __locale_struct, __ctype_toupper)
7_NL_CTYPE_NONASCII_CASE
8LOCALE_DATA_VALUES	offsetof (struct __locale_data, values)
9SIZEOF_VALUES		sizeof (((struct __locale_data *) 0)->values[0])
10