lconv
offsetof(struct lconv, member), \
struct lconv *conv = localeconv();
extern struct lconv *localeconv(void);
using std::lconv;
extern struct lconv *localeconv_l(locale_t);
#define N_ASSIGN_STR(NAME) (lconv->NAME = (char *)nptr->NAME)
return (lconv);
struct lconv *
struct lconv *
struct lconv *lconv;
lconv = &loc->lconv;
#define M_ASSIGN_STR(NAME) (lconv->NAME = (char *)mptr->NAME)
#define M_ASSIGN_CHAR(NAME) (lconv->NAME = mptr->NAME[0])
struct lconv lconv;
struct lconv *locptr;
struct lconv *locptr = localeconv();
extern struct lconv _m_lconv;
locales[i].lconv = *localeconv();
&locales[i].lconv)) {
struct lconv lconv;
compare_lconv(const char *name, const struct lconv *a, const struct lconv *b)
struct lconv *lc;