banan-os/userspace/libraries/LibC/arch/i686
Bananymous cf59f89bfb LibC: Rework constructor/destructor calling
constructors are now called in _init_libc instead of crt0

destructors are now registered with atexit() instead of called manually
2025-04-15 23:05:52 +03:00
..
crt0.S LibC: Rework constructor/destructor calling 2025-04-15 23:05:52 +03:00
crti.S Kernel/LibC: Add support for init_array and fini_array 2024-08-27 00:47:03 +03:00
crtn.S Kernel/LibC: Add support for init_array and fini_array 2024-08-27 00:47:03 +03:00
setjmp.S LibC: Define function sizes for setjmp and longjmp 2024-09-10 16:21:20 +03:00
string.S LibC: Fix memchr and memcmp assembly implementations 2025-01-23 21:55:26 +02:00