/*--------------------------------------------------------------------
* If _onlyClocaleconv is non-zero, just return __lconv, which is a "C"
* struct lconv *. Otherwise, do the normal thing.
*--------------------------------------------------------------------*/
if (_onlyClocaleconv)
return &_C_lconv;
/*--------------------------------------------------------------------
* If _onlyClocaleconv is non-zero, just return __lconv, which is a "C"
* struct lconv *. Otherwise, do the normal thing.
*--------------------------------------------------------------------*/
if (_onlyClocaleconv)
return &_C_lconv;