X-Git-Url: https://git.wirehaze.ovh/graph-theory.git/blobdiff_plain/0cafaf72753a31d47e96bc8318b70ad8db215e6f..463854e05c500cac8900eb61e82beac62b5f7df4:/graph/pr.h diff --git a/graph/pr.h b/graph/pr.h index 8d0ebdd..b881059 100644 --- a/graph/pr.h +++ b/graph/pr.h @@ -1,5 +1,5 @@ -#ifndef GRAPH_PR_H -#define GRAPH_PR_H +#ifndef PR_H +#define PR_H void pr_vertex (unsigned int vi); @@ -7,4 +7,4 @@ void pr_edge (unsigned int vi, unsigned int vj); void pr_arc (unsigned int vi, unsigned int vj); -#endif /* GRAPH_PR_H */ +#endif /* PR_H */