Home
last modified time | relevance | path

Searched refs:strnicmp (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows-msvc.txt4 strnicmp
/rust-libc-0.2.174/src/windows/msvc/
H A Dmod.rs14 pub fn strnicmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; in strnicmp() function