Skip to main content

ipaddstroption_

Function ipaddstroption_ 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ipaddstroption_( fproblem: *mut *mut c_void, keyword: *const c_char, value: *const c_char, klen: c_int, vlen: c_int, ) -> Index
Expand description

ipaddstroption_(FProblem, KEYWORD, VALUE, klen, vlen) -> Index. Returns 0 (OKRetVal) on success, 1 on failure.

ยงSafety

fproblem must be valid; the (KEYWORD, klen) and (VALUE, vlen) pairs must describe valid Fortran character slices.