Searched defs:strcmp (Results 1 – 2 of 2) sorted by relevance
| /bootable/libbootloader/gbl/libc/src/ | ||
| D | strcmp.rs | 27 pub unsafe extern "C" fn strcmp(s1: *const c_char, s2: *const c_char) -> c_int { in strcmp() function |
| D | lib.rs | 35 pub mod strcmp; module |