Exemple #1
0
_STLP_BEGIN_NAMESPACE
_STLP_MOVE_TO_PRIV_NAMESPACE

// Those wrappers are needed to use locale functions in __acquire_category,
// all functions have to present the same prototype.

static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint)
{ return _Locale_ctype_create(s, hint); }
_STLP_BEGIN_NAMESPACE

// those wrappers are needed to avoid extern "C"

void* _Loc_ctype_create(const char * s)
{
    return (void*)_Locale_ctype_create(s);
}