incubator-nuttx/libs/libc/obstack
Karel Kočí b04da1892e libs/libc/obstack: implement ptr and int growing functions
The new API is defined by GNU and implemented in other LibCs, such as
Musl.

This also modifies API of obstack_blank_fast and obstack_1grow_fast.
These are defined as returning void and thus return value here is
incompatibility with other implementations.
2024-09-17 02:00:46 +08:00
..
Make.defs
lib_obstack_alloc.c
lib_obstack_blank.c
lib_obstack_copy.c
lib_obstack_finish.c
lib_obstack_free.c
lib_obstack_grow.c libs/libc/obstack: implement ptr and int growing functions 2024-09-17 02:00:46 +08:00
lib_obstack_init.c
lib_obstack_make_room.c
lib_obstack_malloc.c compiler/tasking: fix compiler warning on tasking 2024-01-31 05:02:56 -08:00
lib_obstack_malloc.h
lib_obstack_object_size.c
lib_obstack_printf.c
lib_obstack_room.c
lib_obstack_vprintf.c libs/libc/obstack: correctly append null byte at the end of string 2024-08-21 10:21:50 -03:00