math.h 62 B

12345
  1. #ifndef __MATH_H
  2. #define __MATH_H
  3. int sqroot(int);
  4. #endif