osurs
0.0.1
|
Network destruction. More...
#include "osurs/network.h"
Functions | |
void | delete_network (Network *network) |
Delete a network. More... | |
Network destruction.
void delete_network | ( | Network * | network | ) |
Delete a network.
All objects of the network are located on the heap and are directly or indirectly linked to the network structure. If the memory of the network is released all associated structures of the network are also cleared.
network | The network to delete and free. |