olibc/src
g1n 37b3b43b3e
Add abs function to <stdlib.h>
2022-07-27 17:57:48 +03:00
..
examples Project restructure and rewrote Makefile 2022-07-11 09:42:48 +03:00
include Add abs function to <stdlib.h> 2022-07-27 17:57:48 +03:00
tests Project restructure and rewrote Makefile 2022-07-11 09:42:48 +03:00
Makefile Project restructure and rewrote Makefile 2022-07-11 09:42:48 +03:00
ctype.c Add tolower and toupper 2021-12-29 21:48:33 +02:00
fcntl.c Add <fcntl.h> with open function 2022-07-24 13:17:22 +03:00
stdio.c Changed <stdio.h> to use open, close, read and write functions from libc instead of directly using them from liblinux (might make porting process easier) 2022-07-24 13:25:26 +03:00
stdlib.c Add abs function to <stdlib.h> 2022-07-27 17:57:48 +03:00
string.c Initial commit 2021-12-19 10:35:56 +02:00
unistd.c Add <unistd.h> with read, write and close functions 2022-07-24 13:19:32 +03:00