00001 #ifndef ISQRT_H 00002 #define ISQRT_H 00003 00016 #include "cpp_extern_macro.h" 00017 BEGIN_C_DECLS; 00018 00019 unsigned long isqrt(unsigned long i); 00020 00021 END_C_DECLS; 00022 #endif /* !ISQRT_H */ 00023