Definition in file eg_edgraph.ex.c.
#include "eg_elist.h"
#include "eg_edgraph.h"
Include dependency graph for eg_edgraph.ex.c:

Go to the source code of this file.
Data Structures | |
| struct | my_dedge_t |
| example of an edge structure using the embeded substructures. More... | |
| struct | my_dgraph_t |
| example of a graph structure using the embeded substructures. More... | |
| struct | my_dnode_t |
| example of a node structure using the embeded substructures. More... | |
Typedefs | |
| typedef my_dedge_t | my_dedge_t |
| example of an edge structure using the embeded substructures. | |
| typedef my_dgraph_t | my_dgraph_t |
| example of a graph structure using the embeded substructures. | |
| typedef my_dnode_t | my_dnode_t |
| example of a node structure using the embeded substructures. | |
Functions | |
| static void | display_DG (my_dgraph_t *myG) |
| Display the contents of our graph structure. | |
| int | main (void) |
| A simple example of a directed graph using (EGdEgraph) structures. | |
1.4.5