nxdk
nxdk copied to clipboard
Various functions are stubbed w/ asserts in `stdlib_ext_.c`
There are a handful of functions that are implemented w/ an assert(0)
invocation.
(I ran into this while attempting to extend NevolutionX's config.json using a float
and the json lib used by that project ends up hitting strtod
)