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

Go to the source code of this file.

Functions

t_queuegraph_vertices (const t_graph *graph)
 Returns the queue with all the vertices in this graph. More...
 

Function Documentation

◆ graph_vertices()

t_queue* graph_vertices ( const t_graph graph)

Returns the queue with all the vertices in this graph.

Returns
The queue with all the vertices in this graph

Definition at line 16 of file graph_vertices.c.