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().
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
Wrapper for apr_file_getc().