summaryrefslogtreecommitdiffstats
path: root/third_party/lcov/example/gauss.h
blob: 302a4a980382ed38909900cc941e91069a30b96e (plain)
1
2
3
4
5
6
#ifndef GAUSS_H
#define GAUSS_H GAUSS_h

extern int gauss_get_sum (int min, int max);

#endif /* GAUSS_H */