admath.h 68 B

1234567
  1. #ifndef __ADMATH_H
  2. #define __ADMATH_H
  3. int sqrt(int);
  4. #endif