/* ** -*- C -*- ** ** testPythag.h ** Made by Bruno JOFRET ** ** Started on Mon Apr 23 16:26:14 2007 jofret ** Last update Thu Apr 26 10:34:36 2007 jofret ** ** Copyright INRIA 2007 */ #ifndef _TESTPYTHAG_H_ #define _TESTPYTHAG_H_ #include #include #include "pythag.h" int spythagsTest(void); int dpythagsTest(void); int testPythag(void); #endif /* ! _TESTPYTHAG_H_ */