Function libc::sendto [] [src]

pub unsafe extern fn sendto(socket: c_int,
                            buf: *const c_void,
                            len: size_t,
                            flags: c_int,
                            addr: *const sockaddr,
                            addrlen: socklen_t)
                            -> ssize_t
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io