Implement wcstol, wcstod, and printf:ing wchars
parent
7c990772
No related branches found
No related tags found
Checking pipeline status
Showing
- src/c_vec.rs 6 additions, 3 deletionssrc/c_vec.rs
- src/fs.rs 8 additions, 14 deletionssrc/fs.rs
- src/header/stdio/printf.rs 71 additions, 22 deletionssrc/header/stdio/printf.rs
- src/header/wchar/mod.rs 105 additions, 10 deletionssrc/header/wchar/mod.rs
- src/io.rs 7 additions, 0 deletionssrc/io.rs
- tests/Makefile 8 additions, 4 deletionstests/Makefile
- tests/expected/netdb/getaddrinfo.stdout 0 additions, 1 deletiontests/expected/netdb/getaddrinfo.stdout
- tests/expected/netdb/netdb.stdout 0 additions, 1 deletiontests/expected/netdb/netdb.stdout
- tests/expected/wchar/printf-on-wchars.stderr 0 additions, 0 deletionstests/expected/wchar/printf-on-wchars.stderr
- tests/expected/wchar/printf-on-wchars.stdout 4 additions, 0 deletionstests/expected/wchar/printf-on-wchars.stdout
- tests/expected/wchar/wcstod.stderr 0 additions, 0 deletionstests/expected/wchar/wcstod.stderr
- tests/expected/wchar/wcstod.stdout 6 additions, 0 deletionstests/expected/wchar/wcstod.stdout
- tests/expected/wchar/wcstol.stderr 0 additions, 0 deletionstests/expected/wchar/wcstol.stderr
- tests/expected/wchar/wcstol.stdout 1 addition, 0 deletionstests/expected/wchar/wcstol.stdout
- tests/wchar/printf-on-wchars.c 22 additions, 0 deletionstests/wchar/printf-on-wchars.c
- tests/wchar/wcstod.c 16 additions, 0 deletionstests/wchar/wcstod.c
- tests/wchar/wcstol.c 17 additions, 0 deletionstests/wchar/wcstol.c
Loading
Please register or sign in to comment