00001 #ifndef _SQRT_INT_H__ 00002 #define _SQRT_INT_H__ 00003 00004 00005 extern "C" long isqrt (long x); 00006 00007 00008 #endif //SQRT_INT_H__ 00009 /* This stuff is for emacs 00010 * Local variables: 00011 * mode:c++ 00012 * c-basic-offset: 4 00013 * End: 00014 */