#ifndef _LOCALE_T_H #define _LOCALE_T_H #ifdef __cplusplus extern "C" { #endif typedef void *locale_t; #ifdef __cplusplus } #endif #endif /* _LOCALE_T_H */