Function libc::getservbyname
[−]
[src]
pub unsafe extern "C" fn getservbyname(
name: *const c_char,
proto: *const c_char
) -> *mut servent
🔬 This is a nightly-only experimental API. (libc)
use libc from crates.io