data_structures
|
#include "graph.h"
Go to the source code of this file.
Functions | |
t_graph * | graph_new (const t_type *type) |
Initializes a new graph with vertices of the specified type. More... | |
Initializes a new graph with vertices of the specified type.
type | The type of vertices |
Definition at line 16 of file graph_new.c.