Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

socket

Function socket 

Source
pub unsafe extern "C" fn socket(
    domain: c_int,
    ty: c_int,
    protocol: c_int,
) -> c_int