tmp/tmpkhd7zk35/{from.md → to.md}
RENAMED
|
@@ -62,11 +62,11 @@ the result is given a positive sign.
|
|
| 62 |
|
| 63 |
Digits in the numeric monetary component are extracted and placed in
|
| 64 |
`digits`, or into a character buffer `buf1` for conversion to produce a
|
| 65 |
value for `units`, in the order in which they appear, preceded by a
|
| 66 |
minus sign if and only if the result is negative. The value `units` is
|
| 67 |
-
produced as if by[^
|
| 68 |
|
| 69 |
``` cpp
|
| 70 |
for (int i = 0; i < n; ++i)
|
| 71 |
buf2[i] = src[find(atoms, atoms+sizeof(src), buf1[i]) - atoms];
|
| 72 |
buf2[n] = 0;
|
|
|
|
| 62 |
|
| 63 |
Digits in the numeric monetary component are extracted and placed in
|
| 64 |
`digits`, or into a character buffer `buf1` for conversion to produce a
|
| 65 |
value for `units`, in the order in which they appear, preceded by a
|
| 66 |
minus sign if and only if the result is negative. The value `units` is
|
| 67 |
+
produced as if by[^18]
|
| 68 |
|
| 69 |
``` cpp
|
| 70 |
for (int i = 0; i < n; ++i)
|
| 71 |
buf2[i] = src[find(atoms, atoms+sizeof(src), buf1[i]) - atoms];
|
| 72 |
buf2[n] = 0;
|