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

Go to the source code of this file.
Data Structures | |
| struct | my_uedge_t |
| example of an edge structure using the embeded substructures. More... | |
| struct | my_ugraph_t |
| example of a graph structure using the embeded substructures. More... | |
| struct | my_unode_t |
| example of a node structure using the embeded substructures. More... | |
Typedefs | |
| typedef my_uedge_t | my_uedge_t |
| example of an edge structure using the embeded substructures. | |
| typedef my_ugraph_t | my_ugraph_t |
| example of a graph structure using the embeded substructures. | |
| typedef my_unode_t | my_unode_t |
| example of a node structure using the embeded substructures. | |
Functions | |
| static void | display_UG (my_ugraph_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