sortix-mirror/libmaxsi/decl/locale_t.h

5 lines
82 B
C

#ifndef _LOCALE_T_DECL
#define _LOCALT_T_DECL
typedef __locale_t locale_t;
#endif