banan-os/userspace/libraries/LibC/arch/x86_64
Bananymous 15021b442c LibC: Fix memchr and memcmp assembly implementations
These functions did not work with size 0 :D
2025-01-23 21:55:26 +02:00
..
crt0.S LibC: Make _init and _fini weak symbols 2024-09-11 14:39:07 +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