Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 lines
247B

  1. /* Definition of opaque POSIX-1.2008 type locale_t for userspace. */
  2. #ifndef _SYS__LOCALE_H
  3. #define _SYS__LOCALE_H
  4. #include <newlib.h>
  5. #include <sys/config.h>
  6. struct __locale_t;
  7. typedef struct __locale_t *locale_t;
  8. #endif /* _SYS__LOCALE_H */