From 6cb0d4469b3306ac7b2543e9332deed0fe642eb8 Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 26 Apr 2007 06:41:39 +0000 Subject: [RELEASE] find function done. --- src/auxiliaryFunctions/find/testFind.h | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/auxiliaryFunctions/find/testFind.h (limited to 'src/auxiliaryFunctions/find/testFind.h') diff --git a/src/auxiliaryFunctions/find/testFind.h b/src/auxiliaryFunctions/find/testFind.h new file mode 100644 index 00000000..56d7d67a --- /dev/null +++ b/src/auxiliaryFunctions/find/testFind.h @@ -0,0 +1,41 @@ +/* +** -*- C -*- +** +** testFind.h +** Made by Bruno JOFRET +** +** Started on Mon Apr 23 16:26:14 2007 jofret +** Last update Tue Apr 24 16:04:28 2007 jofret +** +** Copyright INRIA 2007 +*/ +#ifndef _TESTFIND_H_ +#define _TESTFIND_H_ + +#include +#include + +#include "find.h" +#include "notFound.h" + +#define ERROR 42 + +int sfindsTest(void); + +int dfindsTest(void); + +int cfindsTest(void); + +int zfindsTest(void); + +int sfindaTest(void); + +int dfindaTest(void); + +int cfindaTest(void); + +int zfindaTest(void); + +int testFind(void); + +#endif /* ! _TESTFIND_H_ */ -- cgit