Fix snprintf and make strftime use a counting writer
Showing
- src/platform/src/lib.rs 29 additions, 6 deletionssrc/platform/src/lib.rs
- src/stdio/src/lib.rs 1 addition, 1 deletionsrc/stdio/src/lib.rs
- src/stdio/src/printf.rs 5 additions, 2 deletionssrc/stdio/src/printf.rs
- src/time/src/lib.rs 9 additions, 7 deletionssrc/time/src/lib.rs
- src/time/src/strftime.rs 125 additions, 135 deletionssrc/time/src/strftime.rs
- tests/expected/stdio/printf.stdout 1 addition, 0 deletionstests/expected/stdio/printf.stdout
- tests/expected/stdio/sprintf.stdout 1 addition, 0 deletionstests/expected/stdio/sprintf.stdout
- tests/expected/time/strftime.stdout 9 additions, 8 deletionstests/expected/time/strftime.stdout
- tests/stdio/printf.c 2 additions, 1 deletiontests/stdio/printf.c
- tests/stdio/sprintf.c 12 additions, 11 deletionstests/stdio/sprintf.c
- tests/time/strftime.c 1 addition, 0 deletionstests/time/strftime.c
Loading
Please register or sign in to comment