7963cc3
1 2 3 4 5 6 7 8
#ifndef _RANDOM_HEURISTIC_H #define _RANDOM_HEURISTIC_H #include "structs.h" struct front_item * random_heuristic(struct data *); #endif