walnux/include/nuttx/lib
chao an 634baa5a2f libs: workaround for Visual Studio(MSVC) Compiler Error C2124
D:\archer\code\nuttx\libs\libc\stdlib\lib_strtod.c: error C2124: divide or mod by zero

Windows MSVC restrictions, MSVC doesn't allow division through a
zero literal, but allows it through const variable set to zero

Reference:
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2124?view=msvc-170

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-09 20:11:55 +08:00
..
builtin.h binfmt: Decouple builtin from binfs file system 2022-02-14 09:35:35 -03:00
float.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
lib.h fs/streams: Move the file streams from the group structure into TLS 2022-12-22 20:16:11 +08:00
math.h libs: workaround for Visual Studio(MSVC) Compiler Error C2124 2023-02-09 20:11:55 +08:00
math32.h lib/math32.h: support LOG2_CEIL/LOG2_FLOOR function at compile time 2023-01-29 17:29:19 -03:00
modlib.h modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
setjmp.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
stdarg.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
xorshift128.h nuttx: Author David S. Alessio: update licenses to Apache 2021-03-22 19:28:38 -07:00