diff options
Diffstat (limited to 'third_party/lcov/example/gauss.h')
-rw-r--r-- | third_party/lcov/example/gauss.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/lcov/example/gauss.h b/third_party/lcov/example/gauss.h new file mode 100644 index 0000000..302a4a9 --- /dev/null +++ b/third_party/lcov/example/gauss.h @@ -0,0 +1,6 @@ +#ifndef GAUSS_H +#define GAUSS_H GAUSS_h + +extern int gauss_get_sum (int min, int max); + +#endif /* GAUSS_H */ |