qc.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
localeconv
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The localeconv function gets detailed information on the
     locale-specific settings for numeric formatting of the program's
     current locale. This information is stored in a structure of lconv
     type (defined in LOCALE.H).
 
     Return Value
 
     The localeconv function returns a pointer to a structure of lconv
     type. Calls to the setlocale function with category values of
     LC_ALL, LC_MONETARY or LC_NUMERIC will overwrite the contents of
     the structure.
                                    -♦-