Luna/libc/include
apio 7fb2807d0c
All checks were successful
continuous-integration/drone/push Build is passing
libc: Implement time() using clock_gettime().
The cool POSIX kids use clock_gettime() now because it has NANOSECONDS (and different clocks!),
but ANSI C prefers this function.

We can still implement it based on clock_gettime(), we just have to discard the NANOSECONDS.
2023-01-07 00:27:23 +01:00
..
bits kernel, libc: Add clock_gettime() 2023-01-07 00:21:08 +01:00
sys kernel, libc: Add clock_gettime() 2023-01-07 00:21:08 +01:00
ctype.h libc: Add ctype.h 2023-01-06 20:48:08 +01:00
errno.h libc: header documentation for supported functions 2023-01-06 20:02:07 +01:00
stdio.h Implement string formatting into libc :) 2023-01-06 20:15:43 +01:00
stdlib.h libc: Implement mbstowcs() using Utf8StringDecoder 2023-01-06 21:01:37 +01:00
string.h libc: header documentation for supported functions 2023-01-06 20:02:07 +01:00
time.h libc: Implement time() using clock_gettime(). 2023-01-07 00:27:23 +01:00
unistd.h libc: header documentation for supported functions 2023-01-06 20:02:07 +01:00