data_structures
Functions
graph_add_vertex.c File Reference
#include "graph.h"
+ Include dependency graph for graph_add_vertex.c:

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...
 

Function Documentation

◆ graph_add_vertex()

void graph_add_vertex ( t_graph graph,
const void *  v 
)

Adds a vertex to the graph.

Parameters
vThe vertex name to be copied

Definition at line 16 of file graph_add_vertex.c.