Luna/libs/libc/include
apio 51580bb846 libc: Add abs(), labs() and llabs()
Just needed to alias them to GCC builtins.
2022-10-23 11:10:26 +02:00
..
bits Add new __lc_used macro 2022-10-21 18:39:46 +02:00
luna wrong type :) 2022-10-22 14:40:30 +02:00
sys libc: Stub out setvbuf, and add S_ISREG 2022-10-23 10:09:20 +02:00
assert.h libc: Add assert() 2022-10-15 10:05:48 +02:00
ctype.h libc: Add ctype.h 2022-10-14 21:12:26 +02:00
errno.h Kernel, libc: Implement O_NONBLOCK 2022-10-21 21:51:03 +02:00
fcntl.h Kernel, libc: Implement O_CLOEXEC 2022-10-22 10:28:02 +02:00
inttypes.h libc: More inttypes.h 2022-10-23 10:31:56 +02:00
libgen.h libc: Implement dirname() and basename() 2022-10-15 16:08:27 +02:00
luna.h libc: Adapt libc to getprocid() + add getppid() 2022-10-18 17:36:33 +02:00
sched.h libc: Add sched_yield() 2022-10-15 11:43:13 +02:00
setjmp.h libc: Implement setjmp() and longjmp() 2022-10-17 21:22:18 +02:00
signal.h libc: Add SIGINT define 2022-10-21 18:31:19 +02:00
stdio.h libc: Stub out ungetc() 2022-10-23 10:34:49 +02:00
stdlib.h libc: Add abs(), labs() and llabs() 2022-10-23 11:10:26 +02:00
string.h libc: Add strings.h 2022-10-22 21:13:22 +02:00
strings.h libc: Add strings.h 2022-10-22 21:13:22 +02:00
time.h libc: Stub out strftime 2022-10-23 10:01:03 +02:00
unistd.h Kernel, libc: Add isatty() and F_ISTTY to fcntl() 2022-10-21 18:34:31 +02:00