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

getline

Function getline 

Source
pub unsafe extern "C" fn getline(
    lineptr: *mut *mut c_char,
    n: *mut size_t,
    stream: *mut FILE,
) -> ssize_t