-
- Downloads
import libc/stdio from musl
note that as of now all functioanlity related to file or pthread locking is not implemented or stubbed out.
Showing
- libc/build.mak 118 additions, 2 deletionslibc/build.mak
- libc/file.cc 0 additions, 80 deletionslibc/file.cc
- libc/internal/__lock.c 10 additions, 0 deletionslibc/internal/__lock.c
- libc/internal/floatscan.c 496 additions, 0 deletionslibc/internal/floatscan.c
- libc/internal/floatscan.h 8 additions, 0 deletionslibc/internal/floatscan.h
- libc/internal/intscan.c 99 additions, 0 deletionslibc/internal/intscan.c
- libc/internal/intscan.h 8 additions, 0 deletionslibc/internal/intscan.h
- libc/internal/libc.c 3 additions, 0 deletionslibc/internal/libc.c
- libc/internal/libc.h 40 additions, 6 deletionslibc/internal/libc.h
- libc/internal/pthread_stubs.h 9 additions, 0 deletionslibc/internal/pthread_stubs.h
- libc/internal/shgetc.c 26 additions, 0 deletionslibc/internal/shgetc.c
- libc/printf.cc 0 additions, 361 deletionslibc/printf.cc
- libc/stdio/__fclose_ca.c 6 additions, 0 deletionslibc/stdio/__fclose_ca.c
- libc/stdio/__fdopen.c 65 additions, 0 deletionslibc/stdio/__fdopen.c
- libc/stdio/__fmodeflags.c 16 additions, 0 deletionslibc/stdio/__fmodeflags.c
- libc/stdio/__fopen_rb_ca.c 21 additions, 0 deletionslibc/stdio/__fopen_rb_ca.c
- libc/stdio/__lockfile.c 32 additions, 0 deletionslibc/stdio/__lockfile.c
- libc/stdio/__overflow.c 10 additions, 0 deletionslibc/stdio/__overflow.c
- libc/stdio/__stdio_close.c 7 additions, 0 deletionslibc/stdio/__stdio_close.c
- libc/stdio/__stdio_exit.c 23 additions, 0 deletionslibc/stdio/__stdio_exit.c
Loading
Please register or sign in to comment