Nincs leírás

Andrius Štikonas a6f4f740a2 Merge pull request #69 from gtker/main 1 hete
aarch64 46b1fd052b Add missing aarch64 define for SET_X2_FROM_X1. 1 hete
amd64 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 3 hete
armv7l 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 3 hete
knight 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 3 hete
riscv32 756edce602 Remove untested from RISC-V 3 hete
riscv64 756edce602 Remove untested from RISC-V 3 hete
sys c110f482f0 Another dummy file 1 éve
uefi 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 3 hete
x86 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 3 hete
LICENSE 383cacd45c Initial commit 4 éve
README.md 1c79ea9550 Standardize the naming of all files 4 éve
bootstrappable.c 93c27f086d Fix armv7l bug and added support for 1_000_000 number strings 11 hónapja
bootstrappable.h eaafd09de1 Make library files more standard 3 éve
ctype.c ca8fc8fa00 Setup argc and argv in UEFI. 2 éve
ctype.h ca8fc8fa00 Setup argc and argv in UEFI. 2 éve
fcntl.c 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. 2 éve
fcntl.h ddbb235671 ensure needed libraries are read first 11 hónapja
gcc_req.h 080939fa31 First couple string.h functions added 3 éve
signal.h eaafd09de1 Make library files more standard 3 éve
stdbool.h 84aa4bbcb1 Change bool define to _Bool 2 hete
stddef.h eaafd09de1 Make library files more standard 3 éve
stdint.h 684eade53e Add dummy stdint.h 1 éve
stdio.c 3e580cff97 Fix fgets behaviour when EOF reached 8 hónapja
stdio.h 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. 2 éve
stdlib.c fd3e240505 Remove incorrect pointer arithmetic from setenv/getenv 1 hete
stdlib.h 400ddd7836 Implement getenv for x86, amd64, aarch64, riscv32 and riscv64. 2 éve
string.c 479d53d78c A very rough prototype for strstr 1 éve
string.h 479d53d78c A very rough prototype for strstr 1 éve
unistd.h 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 3 hete

README.md

Inside is a standard C library for those who need to bootstrap from nothing. As all of the pieces inside will work with M2-Planet and mescc-tools