gauss.h 108 B

123456
  1. #ifndef GAUSS_H
  2. #define GAUSS_H GAUSS_h
  3. extern int gauss_get_sum (int min, int max);
  4. #endif /* GAUSS_H */