Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
Guardian Native C Library Calls (j - m) localeconv(3)
char *mon_grouping
A string whose elements indicate the size of each group of digits in formatted
monetary quantities.
char *positive_sign
The string used to indicate a nonnegative formatted monetary quantity.
char *negative_sign
The string used to indicate a negative formatted monetary quantity.
char int_frac_digits
The number of fractional digits (those to the right of the decimal point) to be
displayed in an internationally formatted monetary quantity.
char frac_digits
The number of fractional digits (those to the right of the decimal points) to be
displayed in a formatted monetary quantity.
char p_cs_precedes
Set to 1 or 0 (zero) if the currency_symbol or int_currency_symbol respec-
tively precedes or succeeds the value for a nonnegative formatted monetary
quantity.
char p_sep_by_space
Set to 1 or 0 (zero) if the currency_symbol or int_currency_symbol respec-
tively is or is not separated by a space from the value for a nonnegative format-
ted monetary quantity.
char n_cs_precedes
Set to 1 or 0 (zero) if the currency_symbol or int_currency_symbol respec-
tively precedes or succeeds the value for a negative formatted monetary quan-
tity.
char n_sep_by_space
Set to 1 or 0 (zero) if the currency_symbol respectively is or is not separated by
a space from the value for a negative formatted monetary quantity.
char p_sign_posn
Set to a value indicating the positioning of the positive_sign for nonnegative for-
matted monetary quantity.
char n_sign_posn
Set to a value indicating the positioning of the negative_sign for a negative for-
matted monetary quantity.
char* __left_parenthesis
The left bracket used to display a negative formatted monetary quantity. This is
the locale’s equivalent to the "(" (left parenthesis) used in the C locale and is
used in conjunction with the right_parenthesis.
This member is an HP extension. If you define the feature-test macro
_TANDEM_SOURCE, do not specify the leading two underscore characters.
char* __right_parenthesis
The right bracket used to display a negative formatted monetary quantity. This
is the locale’s equivalent to the ")" (right parenthesis) used in the C locale and is
used in conjunction with the left_parenthesis.
This member is an HP extension. If you define the feature-test macro
527192-018 Hewlett-Packard Company 4−39