summaryrefslogtreecommitdiffstats
path: root/third_party/lcov/example/iterate.h
blob: 471327951cf470e9e5b1e7286583c15124b28c3e (plain)
1
2
3
4
5
6
#ifndef ITERATE_H
#define ITERATE_H ITERATE_H

extern int iterate_get_sum (int min, int max);

#endif /* ITERATE_H */