data_structures
|
#include "graph.h"
Go to the source code of this file.
Functions | |
t_queue * | graph_vertices (const t_graph *graph) |
Returns the queue with all the vertices in this graph. More... | |
Returns the queue with all the vertices in this graph.
Definition at line 16 of file graph_vertices.c.