summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/abs/testAbs.h
blob: cb1539707c1934c10f72d3892740ff55f977fa7c (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
/*
**  -*- C -*-
**
** testAbs.h
** Made by  Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on  Mon Apr 23 16:26:14 2007 jofret
** Last update Mon Apr 23 16:34:43 2007 jofret
**
** Copyright INRIA 2007
*/
#ifndef _TESTABS_H_
#define _TESTABS_H_

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

#include "abs.h"

int sabssTest(void);

int dabssTest(void);

int cabssTest(void);

int zabssTest(void);

int testAbs(void);

#endif /* ! _TESTABS_H_ */