C localization functions: Difference between revisions

Content deleted Content added
Overview of functions: point to a C reference
Zehdeh (talk | contribs)
Overview of functions: using the much more better wikipedia internal links SUS
Line 10:
! Description
|-
| {{anchor|setlocale}}<code>[http://en.cppreference.com/w/c/locale/{{man|sh|setlocale setlocale]|SUS||inline}}</code>
| sets and gets the current C locale
|-
| {{anchor|localeconv}}<code>[http://en.cppreference.com/w/c/locale/{{man|sh|localeconv localeconv]|SUS||inline}}</code>
| returns numeric and monetary formatting details of the current locale
|-