Move the string-to-float functions into core, after marking them as
authorDavid Given <dg@cowlark.com>
Sat, 23 Jun 2018 09:14:24 +0000 (11:14 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 23 Jun 2018 09:14:24 +0000 (11:14 +0200)
commit5fd8d772fd078915c0e892cb383fbebb7a1da716
tree89ae2dcca029312fd2c242bce4c0cf9114bb8880
parent94ffa3ba88efbc9e8ecddc83a5b095be4baa7814
Move the string-to-float functions into core, after marking them as
ACKCONF_WANT_FLOAT.
lang/cem/libcc.ansi/build.lua
lang/cem/libcc.ansi/core/stdlib/atof.c [moved from lang/cem/libcc.ansi/stdlib/atof.c with 85% similarity]
lang/cem/libcc.ansi/core/stdlib/ecvt.c [moved from lang/cem/libcc.ansi/stdio/ecvt.c with 71% similarity]
lang/cem/libcc.ansi/core/stdlib/ext_comp.c [moved from lang/cem/libcc.ansi/stdlib/ext_comp.c with 99% similarity]
lang/cem/libcc.ansi/core/stdlib/ext_fmt.h [new file with mode: 0644]
lang/cem/libcc.ansi/core/stdlib/strtod.c [moved from lang/cem/libcc.ansi/stdlib/strtod.c with 60% similarity]
lang/cem/libcc.ansi/stdlib/ext_fmt.h [deleted file]