esp-open-rtos/libc/xtensa-lx106-elf/include/xlocale.h
2017-08-30 13:51:32 +10:00

12 lines
235 B
C

/* Definition of opaque POSIX-1.2008 type locale_t for userspace. */
#ifndef _XLOCALE_H
#define _XLOCALE_H
#include <newlib.h>
#include <sys/config.h>
struct __locale_t;
typedef struct __locale_t *locale_t;
#endif /* _XLOCALE_H */