banan-os/libc/string
Bananymous 53ec66ff86 LibC: strerror now always uses a buffer to which it copies the string 2023-03-02 22:13:08 +02:00
..
memcmp.cpp Libc is now written in C++ 2022-11-14 00:31:24 +02:00
memcpy.cpp Libc is now written in C++ 2022-11-14 00:31:24 +02:00
memmove.cpp Libc is now written in C++ 2022-11-14 00:31:24 +02:00
memset.cpp Libc is now written in C++ 2022-11-14 00:31:24 +02:00
strcmp.cpp LibC: Add strcmp and strncmp 2023-02-23 15:57:33 +02:00
strcpy.cpp Libc is now written in C++ 2022-11-14 00:31:24 +02:00
strerror.cpp LibC: strerror now always uses a buffer to which it copies the string 2023-03-02 22:13:08 +02:00
strlen.cpp Libc is now written in C++ 2022-11-14 00:31:24 +02:00
strncmp.cpp LibC: Add strcmp and strncmp 2023-02-23 15:57:33 +02:00
strncpy.cpp Libc is now written in C++ 2022-11-14 00:31:24 +02:00
strstr.cpp Fixes :) 2022-11-15 21:42:14 +02:00