no comment.
The text was updated successfully, but these errors were encountered:
WTF: ^,
^,
even more WTF: ,\d{4}.0$
,\d{4}.0$
Sorry, something went wrong.
Merge pull request #25 from niclas/master
46559b8
Fixing dot formatting bug Issue #24
setlocale(LC_NUMERIC, ""); printf("%'d", 1234567890); printf("%'.2f", 123456.7890);
;)
ISO C does not support the ' in printf. That was also our first idea ;-)
this issue can be closed or did I miss sth.?
niclas
No branches or pull requests
no comment.

The text was updated successfully, but these errors were encountered: