Go to file
2024-10-02 16:34:23 -07:00
bionic Move code from upstream libc to respective locations 2024-04-16 10:12:18 -07:00
musl Include musl scanf implementation 2024-10-01 14:33:06 -07:00
printf Change tiny printf implementation 2024-10-02 16:34:23 -07:00
Android.mk Change tiny printf implementation 2024-10-02 16:34:23 -07:00
crtbegin.c Proper exit implementation 2024-04-16 10:12:18 -07:00
fmt.c Change tiny printf implementation 2024-10-02 16:34:23 -07:00
linux_syscall_support.h Initial source dump 2024-02-26 17:06:08 -08:00
malloc.c Add fcntl and posix_memalign 2024-08-11 04:14:29 -07:00
mem.c Move code from upstream libc to respective locations 2024-04-16 10:12:18 -07:00
misc.c Move code from upstream libc to respective locations 2024-04-16 10:12:18 -07:00
README.md Hand roll malloc 2024-03-25 15:52:21 -07:00
stdio_impl.h Move formatting functions to its own file 2024-10-01 16:52:35 -07:00
stdio.c Move formatting functions to its own file 2024-10-01 16:52:35 -07:00
syscalls.c Add fcntl and posix_memalign 2024-08-11 04:14:29 -07:00

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.