Skip to main content

acb_graph_open

Function acb_graph_open 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn acb_graph_open( path: *const c_char, ) -> *mut c_void
Expand description

Load a code graph from an .acb file. Returns handle or NULL on failure.

ยงSafety

path must be a valid, non-null, null-terminated C string.