#ifndef GRAPH_PR_H #define GRAPH_PR_H void pr_vertex (unsigned int vi); void pr_edge (unsigned int vi, unsigned int vj); void pr_arc (unsigned int vi, unsigned int vj); #endif /* GRAPH_PR_H */