data_structures
|
#include "graph.h"
Go to the source code of this file.
Functions | |
void | graph_delete (t_graph *graph) |
Deletes this graph and frees all the associated data. More... | |
void graph_delete | ( | t_graph * | graph | ) |
Deletes this graph and frees all the associated data.
Does nothing if the argument is NULL
.
Definition at line 16 of file graph_delete.c.