mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-10 12:21:06 +08:00

This teaches wcstod to parse hex floats like 0x1.5p3 via a forked version of hexponent. This support is necessary for printf.
This teaches wcstod to parse hex floats like 0x1.5p3 via a forked version of hexponent. This support is necessary for printf.