isqrt.h

Go to the documentation of this file.
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 

Generated on Mon Apr 13 22:52:04 2009 by  doxygen 1.5.7.1