banan-os/userspace/libraries/LibC
Bananymous 25a47f0df3 LibC: Implement ungetc()
I didn't really test this, but I think this implementation does what it
needs to :)
2024-08-12 19:14:55 +03:00
..
arch
arpa
include Kernel/LibC: Add initial pseudo terminal support 2024-08-11 01:02:59 +03:00
sys LibC: Add stubs for tmpfile, mktemp and fchmod 2024-08-09 17:02:49 +03:00
CMakeLists.txt LibC: Add stubs for some functions in {dlfcn,ftw,utime,wchar}.h 2024-08-09 17:01:41 +03:00
assert.cpp
ctype.cpp
dirent.cpp
dlfcn.cpp LibC: Add stubs for some functions in {dlfcn,ftw,utime,wchar}.h 2024-08-09 17:01:41 +03:00
fcntl.cpp
ftw.cpp LibC: Add stubs for some functions in {dlfcn,ftw,utime,wchar}.h 2024-08-09 17:01:41 +03:00
grp.cpp
icxxabi.cpp
inttypes.cpp
locale.cpp
malloc.cpp
math.cpp
netdb.cpp LibC: Implement gai_strerror and add stubs for {get,free}addrinfo 2024-08-09 16:59:49 +03:00
printf_impl.cpp
pwd.cpp
scanf_impl.cpp
setjmp.cpp
signal.cpp
stdio.cpp LibC: Implement ungetc() 2024-08-12 19:14:55 +03:00
stdlib.cpp LibC: Fix qsort for types bigger than 64 bytes 2024-08-11 18:00:05 +03:00
string.cpp
strings.cpp
termios.cpp LibC: Don't crash when calling tcflush() 2024-08-09 17:03:21 +03:00
time.cpp
unistd.cpp Kernel/LibC: Add setsid() 2024-08-11 00:58:12 +03:00
utime.cpp LibC: Add stubs for some functions in {dlfcn,ftw,utime,wchar}.h 2024-08-09 17:01:41 +03:00
wchar.cpp LibC: Add stubs for some functions in {dlfcn,ftw,utime,wchar}.h 2024-08-09 17:01:41 +03:00