Auto merge of #1130 - palfrey:strcase-various, r=alexcrichton
Add various strcase* functions and getline Adds * `strcasestr` * `strcasecmp` * `strncasecmp` * `getline` I *think* they're semi-universal, but shall see what CI pops up...
No related branches found
No related tags found
Showing
- ci/run-docker.sh 1 addition, 0 deletionsci/run-docker.sh
- libc-test/build.rs 8 additions, 0 deletionslibc-test/build.rs
- src/cloudabi/mod.rs 5 additions, 0 deletionssrc/cloudabi/mod.rs
- src/redox/mod.rs 4 additions, 0 deletionssrc/redox/mod.rs
- src/unix/mod.rs 7 additions, 0 deletionssrc/unix/mod.rs
- src/windows/gnu.rs 8 additions, 0 deletionssrc/windows/gnu.rs
- src/windows/mod.rs 12 additions, 12 deletionssrc/windows/mod.rs
- src/windows/msvc.rs 10 additions, 0 deletionssrc/windows/msvc.rs
Loading
Please register or sign in to comment