Content deleted Content added
→Example: Rewritten to be more appropriate to the subject in C from C++, make use of the unnecessary stdlib.h include, and setlocale() so the currency symbol is shown portably. |
Removed extra quotes |
||
Line 20:
main(void)
{
/* Locale is set to "C" before this. This call sets it
/* From setlocale(3):▼
const struct lconv * const currentlocale = localeconv();
|