nuttx/libs
Karel Kočí c4d8d937d5 libs/libc/obstack: correctly append null byte at the end of string
obstack_printf and obstack_vprintf should terminate the C string with
null byte but lib_vsprintf doesn't do it. It must be done on top of
that unless we get unterminated string.

This is fix to be consistent with GlibC behavior.

This also includes minor tweak to use obstack_1grow directly instead of
calling obstack_puts.
2024-08-21 10:21:50 -03:00
..
libc libs/libc/obstack: correctly append null byte at the end of string 2024-08-21 10:21:50 -03:00
libdsp libdsp: fix gcc14 error and clean up includes 2024-06-02 09:27:36 -03:00
libm libm/copysign: respect signed zero/NaN in copysign 2024-08-01 01:08:19 +08:00
libnx nxtk: Remove sapce between oprand and operator in nxtk_drawframe.c 2024-07-27 03:11:39 +08:00
libxx fix nxstyle 2024-05-13 22:24:36 +02:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00