Parameters
noneReturn Value
A pointer to a structure object of type lconv with the corresponding values for the current locale filled in. The data pointed by this should not be modified by the program. Its data may be overriden by a further call to this same function or to setlocale with a category affecting this settings.Example
| 1 2 3 4 5 6 7 8 9 10 11 12 |
|
One possible output for this program, depending on the environment locale, could be:
Local Currency Symbol: $ International Currency Symbol: USD |
See also
| lconv | Formatting info for numeric values (type) |
| setlocale | Set or retrieve locale (function) |
