TP-02/isqrt/isqrt.h

7 lines
79 B
C

#ifndef ISQRT_H
#define ISQRT_H
unsigned long isqrt(unsigned long n);
#endif