~ubuntu-branches/ubuntu/trusty/iaxmodem/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/spandsp/tests/noise_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: noise_tests.c,v 1.9 2006/11/19 14:07:27 steveu Exp $
 
25
 * $Id: noise_tests.c,v 1.10 2007/11/10 11:14:58 steveu Exp $
26
26
 */
27
27
 
28
28
/*! \page noise_tests_page Noise generator tests
33
33
#include "config.h"
34
34
#endif
35
35
 
 
36
#include <stdlib.h>
36
37
#include <stdio.h>
37
 
#include <inttypes.h>
38
 
#include <stdlib.h>
39
38
#include <string.h>
40
 
#if defined(HAVE_TGMATH_H)
41
 
#include <tgmath.h>
42
 
#endif
43
 
#if defined(HAVE_MATH_H)
44
 
#include <math.h>
45
 
#endif
46
39
#include <audiofile.h>
47
 
#include <tiffio.h>
48
40
 
49
41
#include "spandsp.h"
50
42