Bez popisu

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

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