- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / lcov / example / gauss.h
1 #ifndef GAUSS_H
2 #define GAUSS_H GAUSS_h
3
4 extern int gauss_get_sum (int min, int max);
5
6 #endif /* GAUSS_H */