This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libc
/
obstack
History
Ville Juven
4781379ee2
obstack/obstack_free: Fix incorrect usage of void* for arithmetics
...
Using void* for arithmetics is a GCC extension, and thus should not be used for portable code.
2022-11-23 23:22:06 +08:00
..
lib_obstack_alloc.c
…
lib_obstack_blank.c
…
lib_obstack_copy.c
…
lib_obstack_finish.c
…
lib_obstack_free.c
…
lib_obstack_grow.c
…
lib_obstack_init.c
…
lib_obstack_make_room.c
…
lib_obstack_malloc.c
…
lib_obstack_malloc.h
…
lib_obstack_object_size.c
…
lib_obstack_printf.c
…
lib_obstack_room.c
…
lib_obstack_vprintf.c
…
Make.defs
…