#ifndef DFS_H_INCLUDED #define DFS_H_INCLUDED void dfs (int size, int *ia, int *ja, int *ncolors, int *color, int* work); #endif