بدون توضیح

Andrius Štikonas 601b88d78e Merge pull request #83 from gtker/main 9 ساعت پیش
aarch64 e303ffff88 aarch64: Fix ADD_X0_X14_X0 9 ساعت پیش
amd64 a696af0c0f amd64: Add add/sub_rsp,rdi/r14/r15 3 روز پیش
armv7l c0790ccfda Add {R8}, {R9}, {R10} based on nothing but a hunch 1 هفته پیش
knight 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 2 ماه پیش
riscv32 756edce602 Remove untested from RISC-V 2 ماه پیش
riscv64 756edce602 Remove untested from RISC-V 2 ماه پیش
sys c110f482f0 Another dummy file 1 سال پیش
uefi 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 2 ماه پیش
x86 2c79f7d0a5 x86: Add add/sub_esp,ecx/edx/edi 3 روز پیش
LICENSE 383cacd45c Initial commit 4 سال پیش
README.md 1c79ea9550 Standardize the naming of all files 4 سال پیش
bootstrappable.c 1a9c27e4b2 Removed undefined behavior in int2str 1 ماه پیش
bootstrappable.h eaafd09de1 Make library files more standard 3 سال پیش
ctype.c ca8fc8fa00 Setup argc and argv in UEFI. 2 سال پیش
ctype.h ca8fc8fa00 Setup argc and argv in UEFI. 2 سال پیش
fcntl.c 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. 2 سال پیش
fcntl.h ddbb235671 ensure needed libraries are read first 1 سال پیش
gcc_req.h 080939fa31 First couple string.h functions added 4 سال پیش
signal.h eaafd09de1 Make library files more standard 3 سال پیش
stdarg.h 18bb5a80e9 Add stdarg.h header 5 روز پیش
stdbool.h 84aa4bbcb1 Change bool define to _Bool 2 ماه پیش
stddef.h eaafd09de1 Make library files more standard 3 سال پیش
stdint.h 684eade53e Add dummy stdint.h 1 سال پیش
stdio.c d5c5ca4ecd Add initial printf family with support for '%s' 5 روز پیش
stdio.h d5c5ca4ecd Add initial printf family with support for '%s' 5 روز پیش
stdlib.c fd3e240505 Remove incorrect pointer arithmetic from setenv/getenv 2 ماه پیش
stdlib.h 400ddd7836 Implement getenv for x86, amd64, aarch64, riscv32 and riscv64. 2 سال پیش
string.c 479d53d78c A very rough prototype for strstr 1 سال پیش
string.h 479d53d78c A very rough prototype for strstr 1 سال پیش
unistd.h 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 2 ماه پیش

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