File:  [DVB] / dietlibc / include / clocale
Revision 1.1: download - view: text, annotated - select for diffs
Thu Sep 22 07:26:32 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
oops, forgot to add and remove files

#ifndef __DIETLIBC_CLOCALE_INCLUDED
#define __DIETLIBC_CLOCALE_INCLUDED

#include <sys/types.h>
#include <locale.h>

struct __locale_struct
{
    struct locale_data *__locales[13];
    const uint16_t *__ctype_b;
    const int32_t *__ctype_tolower;
    const int32_t *__ctype_toupper;
    const char *__names[13];
};
typedef struct __locale_struct *__locale_t;

namespace std {
    using ::lconv;
    using ::localeconv;
    using ::setlocale;
}

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>