summaryrefslogtreecommitdiffstats
path: root/third_party/lcov/example/iterate.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lcov/example/iterate.h')
-rw-r--r--third_party/lcov/example/iterate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/lcov/example/iterate.h b/third_party/lcov/example/iterate.h
new file mode 100644
index 0000000..4713279
--- /dev/null
+++ b/third_party/lcov/example/iterate.h
@@ -0,0 +1,6 @@
+#ifndef ITERATE_H
+#define ITERATE_H ITERATE_H
+
+extern int iterate_get_sum (int min, int max);
+
+#endif /* ITERATE_H */