data_structures
|
#include "graph.h"
Go to the source code of this file.
Functions | |
void | graph_add_vertex (t_graph *graph, const void *v) |
Adds a vertex to the graph. More... | |
void graph_add_vertex | ( | t_graph * | graph, |
const void * | v | ||
) |
Adds a vertex to the graph.
v | The vertex name to be copied |
Definition at line 16 of file graph_add_vertex.c.