-
- Downloads
import stdlib from musl
except for the floating point functionality for now.
Showing
- libc/build.mak 19 additions, 1 deletionlibc/build.mak
- libc/libc.cc 0 additions, 77 deletionslibc/libc.cc
- libc/qsort.c 0 additions, 197 deletionslibc/qsort.c
- libc/stdlib/abs.c 4 additions, 0 deletionslibc/stdlib/abs.c
- libc/stdlib/atoi.c 16 additions, 0 deletionslibc/stdlib/atoi.c
- libc/stdlib/atol.c 17 additions, 0 deletionslibc/stdlib/atol.c
- libc/stdlib/atoll.c 17 additions, 0 deletionslibc/stdlib/atoll.c
- libc/stdlib/bsearch.c 20 additions, 0 deletionslibc/stdlib/bsearch.c
- libc/stdlib/div.c 6 additions, 0 deletionslibc/stdlib/div.c
- libc/stdlib/ecvt.c 19 additions, 0 deletionslibc/stdlib/ecvt.c
- libc/stdlib/fcvt.c 25 additions, 0 deletionslibc/stdlib/fcvt.c
- libc/stdlib/gcvt.c 8 additions, 0 deletionslibc/stdlib/gcvt.c
- libc/stdlib/imaxabs.c 6 additions, 0 deletionslibc/stdlib/imaxabs.c
- libc/stdlib/imaxdiv.c 6 additions, 0 deletionslibc/stdlib/imaxdiv.c
- libc/stdlib/labs.c 4 additions, 0 deletionslibc/stdlib/labs.c
- libc/stdlib/ldiv.c 6 additions, 0 deletionslibc/stdlib/ldiv.c
- libc/stdlib/llabs.c 4 additions, 0 deletionslibc/stdlib/llabs.c
- libc/stdlib/lldiv.c 6 additions, 0 deletionslibc/stdlib/lldiv.c
- libc/stdlib/qsort.c 215 additions, 0 deletionslibc/stdlib/qsort.c
- libc/stdlib/strtol.c 56 additions, 0 deletionslibc/stdlib/strtol.c
Loading
Please register or sign in to comment