mirror of
https://github.com/topjohnwu/crt0.git
synced 2024-11-23 03:19:45 +00:00
bionic | ||
musl | ||
printf | ||
Android.mk | ||
crtbegin.c | ||
fmt.c | ||
linux_syscall_support.h | ||
malloc.c | ||
mem.c | ||
misc.c | ||
README.md | ||
stdio_impl.h | ||
stdio.c | ||
syscalls.c |
crt0
Part of the Magisk project.
An extremely rudimentary libc with its sole purpose being to build the smallest possible executable for Magisk.
A lot of code in this project is modified from various sources.
bionic
: https://android.googlesource.com/platform/bionic.git/+/refs/heads/main/libc/musl
: https://musl.libc.org/tinystdio
: https://github.com/vladcebo/TinyStdiolinux_syscall_support.h
: https://chromium.googlesource.com/linux-syscall-support- Other copied functions have its source commented above its code