Aucune description

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

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