Content deleted Content added
fix |
→Functions and usage: syntax, copyediting |
||
Line 12:
===Functions and usage===
'''struct lconv'''
<code>'''char'''* desimal point;</code>
<code> '''char'''* grouping;</code>
<code>'''struct''' lconv* localeconv('''void''');</code><br />
<code>'''char'''* setlocale('''int''', '''const char'''*);</code>
<code>'''char'''thousand sep;</code>
<code>'''char'''* currency symbol;</code>
<code>'''char'''* int curr symbol;</code>
<code>'''char'''*mon-decimal point</code>
<code>'''char'''* mon grouping; </code>
<code>'''char'''* mon thousand sep;</code>
<ref name=www.utas.edu.au group=infosys>{{cite web|title=local.h|url=http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html#locale.h|work=utas.edu.au|publisher=infosys|accessdate=14 September 2011}}</ref>
|