Home | History | Annotate | Download | only in example
      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 */
      7