Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xlocale.h « include « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9554269c670b925dde7f214cd99655d0516b1b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 */