tmp/tmpmkq7sghw/{from.md → to.md}
RENAMED
|
@@ -105,11 +105,11 @@ the result is given a positive sign.
|
|
| 105 |
|
| 106 |
Digits in the numeric monetary component are extracted and placed in
|
| 107 |
`digits`, or into a character buffer `buf1` for conversion to produce a
|
| 108 |
value for `units`, in the order in which they appear, preceded by a
|
| 109 |
minus sign if and only if the result is negative. The value `units` is
|
| 110 |
-
produced as if by[^
|
| 111 |
|
| 112 |
``` cpp
|
| 113 |
for (int i = 0; i < n; ++i)
|
| 114 |
buf2[i] = src[find(atoms, atoms+sizeof(src), buf1[i]) - atoms];
|
| 115 |
buf2[n] = 0;
|
|
|
|
| 105 |
|
| 106 |
Digits in the numeric monetary component are extracted and placed in
|
| 107 |
`digits`, or into a character buffer `buf1` for conversion to produce a
|
| 108 |
value for `units`, in the order in which they appear, preceded by a
|
| 109 |
minus sign if and only if the result is negative. The value `units` is
|
| 110 |
+
produced as if by[^18]
|
| 111 |
|
| 112 |
``` cpp
|
| 113 |
for (int i = 0; i < n; ++i)
|
| 114 |
buf2[i] = src[find(atoms, atoms+sizeof(src), buf1[i]) - atoms];
|
| 115 |
buf2[n] = 0;
|