1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 13:27:24 +00:00
Files
amiga-gcc/sys-include/xlocale.h
2022-12-31 15:57:19 +01:00

13 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 */