gauss.h revision 5821806d5e7f356e8fa4b058a389a808ea183019
1#ifndef GAUSS_H
2#define GAUSS_H GAUSS_h
3
4extern int gauss_get_sum (int min, int max);
5
6#endif /* GAUSS_H */
7