C localization functions: Difference between revisions

Content deleted Content added
Zehdeh (talk | contribs)
Overview of functions: using the much more better wikipedia internal links SUS
Undid revision 489248937 by Zehdeh (talk) SUS is not the same as C; see your talk
Line 10:
! Description
|-
| {{anchor|setlocale}}<code>{{man|sh|[http://en.cppreference.com/w/c/locale/setlocale|SUS||inline}} setlocale]</code>
| sets and gets the current C locale
|-
| {{anchor|localeconv}}<code>{{man|sh|[http://en.cppreference.com/w/c/locale/localeconv|SUS||inline}} localeconv]</code>
| returns numeric and monetary formatting details of the current locale
|-