Implement almost all of printf
Showing
- src/header/stdio/printf.rs 498 additions, 82 deletionssrc/header/stdio/printf.rs
- src/header/stdio/scanf.rs 7 additions, 3 deletionssrc/header/stdio/scanf.rs
- src/platform/mod.rs 72 additions, 31 deletionssrc/platform/mod.rs
- tests/expected/math.stdout 1 addition, 1 deletiontests/expected/math.stdout
- tests/expected/stdio/printf.stdout 33 additions, 1 deletiontests/expected/stdio/printf.stdout
- tests/expected/stdio/scanf.stdout 9 additions, 9 deletionstests/expected/stdio/scanf.stdout
- tests/expected/stdlib/atof.stdout 1 addition, 1 deletiontests/expected/stdlib/atof.stdout
- tests/expected/stdlib/strtod.stdout 9 additions, 9 deletionstests/expected/stdlib/strtod.stdout
- tests/expected/string/strstr.stdout 2 additions, 2 deletionstests/expected/string/strstr.stdout
- tests/expected/unistd/getopt_long.stdout 9 additions, 9 deletionstests/expected/unistd/getopt_long.stdout
- tests/expected/wchar/mbrtowc.stdout 2 additions, 2 deletionstests/expected/wchar/mbrtowc.stdout
- tests/expected/wchar/wcrtomb.stdout 2 additions, 2 deletionstests/expected/wchar/wcrtomb.stdout
- tests/stdio/printf.c 37 additions, 2 deletionstests/stdio/printf.c
Loading
Please register or sign in to comment