igraph_read_graph_lgl

Function igraph_read_graph_lgl 

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