Files
RedBear-OS/tests/expected/bins_static/wchar/wcstod.stdout
T
Red Bear OS 1b3e94a20d Red Bear OS relibc baseline
From release 0.1.0 pre-patched archive.
This includes all Red Bear modifications previously maintained
as patches in local/patches/relibc/.
2026-06-27 09:19:26 +03:00

7 lines
229 B
Plaintext

strtod(1.2345wowzah) = (1.234500, wowzah)
strtod(53) = (53.000000, )
strtod(-254352.5...) = (-254352.500000, ...)
strtod( 19.2 wat) = (19.200000, wat)
strtod(365.24 29.53) = (365.240000, 29.53)
strtod( 29.53) = (29.530000, )