svn_io_file_getc

Function svn_io_file_getc 

Source
pub unsafe extern "C" fn svn_io_file_getc(
    ch: *mut c_char,
    file: *mut apr_file_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Wrapper for apr_file_getc().