#ifndef DFS_H #define DFS_H #include "graph/adj.h" struct graph *dfs (struct graph *g); #endif /* DFS_H */