Skip to main content

getline

Function getline 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn getline( lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE, ) -> ssize_t
Expand description

see getdelim (getline is a special case of getdelim with delim == ā€˜\n’)