diff options
Diffstat (limited to 'src/auxiliaryFunctions/pythag/testPythag.h')
-rw-r--r-- | src/auxiliaryFunctions/pythag/testPythag.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/auxiliaryFunctions/pythag/testPythag.h b/src/auxiliaryFunctions/pythag/testPythag.h new file mode 100644 index 00000000..1d32dc37 --- /dev/null +++ b/src/auxiliaryFunctions/pythag/testPythag.h @@ -0,0 +1,26 @@ + /* +** -*- C -*- +** +** testPythag.h +** Made by Bruno JOFRET <bruno.jofret@inria.fr> +** +** 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 <stdio.h> +#include <assert.h> + +#include "pythag.h" + +int spythagsTest(void); + +int dpythagsTest(void); + +int testPythag(void); + +#endif /* ! _TESTPYTHAG_H_ */ |