summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/isnan/testIsNan.h
blob: 1b5e52926688ac0c03263c7f6d27bf013e5f60cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
**  -*- C -*-
**
** testIsNan.c
** Made by  Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on  Wed Feb 14 16:07:57 2007 jofret
** Last update Mon May  7 11:29:30 2007 jofret
**
** Copyright INRIA 2007
*/

#ifndef __TESTISNAN_H__
#define __TESTISNAN_H__

#include <stdio.h>
#include <assert.h>
#include "isnan.h"

#define ERROR 51

int sisnansTest(void);

int disnansTest(void);

int cisnansTest(void);

int zisnansTest(void);

int testIsNan(void);

#endif /* ! __TESTISNAN_H__ */