8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
Punctuator C++ C99
|
|
Decimal point = '.' "."
|
|
Thousands separator = ',' ""
|
|
Currency symbol = "" ""
|
|
Negative Sign = "" ""
|
|
Positive Sign = "" ""
|
|
Digits after decimal = 0 CHAR_MAX
|