d8ea8dc
1 2 3 4 5 6 7 8
#ifndef _DFS_H #define _DFS_H #include "structs.h" struct front_item * dfs(struct data *); #endif