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