~ubuntu-branches/ubuntu/intrepid/iaxmodem/intrepid

« back to all changes in this revision

Viewing changes to lib/spandsp/tests/v8_tests.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2008-02-12 15:29:42 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080212152942-28cxxstfy8iujm0p
Tags: 1.1.0~dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * along with this program; if not, write to the Free Software
23
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
24
 *
25
 
 * $Id: v8_tests.c,v 1.19 2006/11/23 15:48:09 steveu Exp $
 
25
 * $Id: v8_tests.c,v 1.20 2007/11/10 11:14:59 steveu Exp $
26
26
 */
27
27
 
28
28
/*! \page v8_tests_page V.8 tests
34
34
#endif
35
35
 
36
36
#include <stdlib.h>
37
 
#include <inttypes.h>
38
37
#include <stdio.h>
39
 
#if defined(HAVE_TGMATH_H)
40
 
#include <tgmath.h>
41
 
#endif
42
 
#if defined(HAVE_MATH_H)
43
 
#include <math.h>
44
 
#endif
45
38
#include <fcntl.h>
46
39
#include <string.h>
47
40
#include <audiofile.h>
48
 
#include <tiffio.h>
49
41
 
50
42
#include "spandsp.h"
51
43