1#ifndef ITERATE_H 2#define ITERATE_H ITERATE_H 3 4extern int iterate_get_sum (int min, int max); 5 6#endif /* ITERATE_H */ 7