Function clippy_utils::match_libc_symbol

source ยท
pub fn match_libc_symbol(cx: &LateContext<'_>, did: DefId, name: &str) -> bool
Expand description

Checks if the given DefId matches the libc item.