C localization functions: Difference between revisions

Content deleted Content added
No edit summary
Overview of functions: replace <code /> with cell style="font-family:monospace"
Line 11:
! Description
|-
! style="font-family:monospace" | {{anchor|setlocale}}<code>[http://en.cppreference.com/w/c/locale/setlocale setlocale]</code>
| sets and gets the current C locale
|-
! style="font-family:monospace" | {{anchor|localeconv}}<code>[http://en.cppreference.com/w/c/locale/localeconv localeconv]</code>
| returns numeric and monetary formatting details of the current locale
|-