banan-os/userspace/libraries/LibC
Bananymous 88b8ca5b29 LibC: Fix some string functions
I was not casting some required values to char or handling length of
zero
2024-10-13 22:04:08 +03:00
..
arch
arpa
include
sys
CMakeLists.txt
assert.cpp
ctype.cpp
dirent.cpp
dlfcn.cpp
errno.cpp
fcntl.cpp
ftw.cpp
grp.cpp
icxxabi.cpp
inttypes.cpp
locale.cpp
malloc.cpp
math.cpp
netdb.cpp
poll.cpp
printf_impl.cpp LibC: Fix printf with alternate format and zero values 2024-09-26 15:25:16 +03:00
pwd.cpp
scanf_impl.cpp
setjmp.cpp
signal.cpp
stdio.cpp
stdlib.cpp LibC: Implement system() more properly 2024-10-13 22:03:15 +03:00
string.cpp LibC: Fix some string functions 2024-10-13 22:04:08 +03:00
strings.cpp
syslog.cpp
termios.cpp
time.cpp
unistd.cpp LibC: Initialize libc only once 2024-09-24 17:56:12 +03:00
utime.cpp
wchar.cpp