mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-02-05 09:09:42 +00:00
1fccae47ed
Since eg, 1e-3 is a float without needing a decimal point, let's just generally take it that anything with the exponent token is a float, ie, 1e3 is also a float despite it can be expressed as an integer. This seems right also because E is itself not valid in an integer. https://github.com/warmcat/libwebsockets/issues/3308 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.c |