banan-os/userspace/libraries/LibC/include
Bananymous 8aa4e4ff1e LibC: Implement `clearenv`
This is GNU extension but seems nice to have :D
2025-05-28 03:10:01 +03:00
..
arpa LibC: Fix netinet/in.h and arpa/inet.h definitions 2025-05-28 03:10:01 +03:00
bits LibC: Fix netinet/in.h and arpa/inet.h definitions 2025-05-28 03:10:01 +03:00
net LibC: Add missing definitions for ifreq members 2024-12-02 20:13:37 +02:00
netinet LibC: Fix netinet/in.h and arpa/inet.h definitions 2025-05-28 03:10:01 +03:00
sys Kernel/LibC: Implement pwrite and make pread non-locking 2025-05-28 03:10:01 +03:00
aio.h
assert.h LibC: Make libc usable with tcc 2025-01-28 17:27:41 +02:00
complex.h
cpio.h
ctype.h
dirent.h
dlfcn.h
errno.h Kernel/LibC: Implement SA_RESTART 2025-04-22 02:42:44 +03:00
fcntl.h LibC: Redefine SEEK_* macros to match common systems 2025-01-14 22:52:13 +02:00
fenv.h
fmtmsg.h
fnmatch.h
ftw.h
glob.h
grp.h
iconv.h
icxxabi.h
inttypes.h
langinfo.h
libgen.h
limits.h LibC: Make limits.h `*_MAX` usable in #if comparisons 2025-04-20 17:15:20 +03:00
locale.h
math.h
monetary.h
mqueue.h
ndbm.h
netdb.h LibC: Add h_addr definition for hostent backwards compatibility 2025-04-15 21:39:50 +03:00
nl_types.h
poll.h
pthread.h LibC: Don't use `false` in pthread initializers 2025-05-28 03:10:01 +03:00
pwd.h
regex.h
scanf_impl.h
sched.h
search.h
semaphore.h
setjmp.h LibC: Save callee saved registers on setjmp 2025-05-04 13:54:35 +03:00
signal.h LibC: Add definitions to LibC that are used by some ports 2024-12-02 20:13:37 +02:00
spawn.h
stdint.h LibC: Make libc usable with tcc 2025-01-28 17:27:41 +02:00
stdio.h LibC: Redefine SEEK_* macros to match common systems 2025-01-14 22:52:13 +02:00
stdlib.h LibC: Implement `clearenv` 2025-05-28 03:10:01 +03:00
string.h
strings.h
stropts.h
syslog.h LibC: Add definition for LOG_UPTO 2025-04-19 02:48:21 +03:00
tar.h
termios.h
tgmath.h
time.h
ulimit.h
unistd.h LibC: Implement getpass 2024-12-02 20:13:37 +02:00
utime.h
utmpx.h
wchar.h
wctype.h
wordexp.h