igraph_read_graph_ncol

Function igraph_read_graph_ncol 

Source
pub unsafe extern "C" fn igraph_read_graph_ncol(
    graph: *mut igraph_t,
    instream: *mut FILE,
    predefnames: *const igraph_strvector_t,
    names: igraph_bool_t,
    weights: igraph_add_weights_t,
    directed: igraph_bool_t,
) -> igraph_error_t