#ifndef LIBC_H #define LIBC_H #include #include #include struct __locale_map; struct __locale_struct { const struct __locale_map *cat[6]; }; #define __NEED_locale_t #include #endif