We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stdlib_ext_.c
There are a handful of functions that are implemented w/ an assert(0) invocation.
assert(0)
(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)
float
strtod
The text was updated successfully, but these errors were encountered:
strtod()
No branches or pull requests
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 hittingstrtod
)The text was updated successfully, but these errors were encountered: