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

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

Function Documentation

◆ graph_delete()

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.