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

« back to all changes in this revision

Viewing changes to lib/spandsp/tests/power_meter_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: power_meter_tests.c,v 1.16 2007/04/10 16:12:21 steveu Exp $
 
25
 * $Id: power_meter_tests.c,v 1.17 2007/11/10 11:14:58 steveu Exp $
26
26
 */
27
27
 
28
28
/*! \page power_meter_tests_page Power meter tests
39
39
#endif
40
40
 
41
41
#include <stdlib.h>
42
 
#include <inttypes.h>
43
42
#include <stdio.h>
44
43
#include <memory.h>
45
 
#if defined(HAVE_TGMATH_H)
46
 
#include <tgmath.h>
47
 
#endif
48
 
#if defined(HAVE_MATH_H)
49
 
#include <math.h>
50
 
#endif
51
44
#include <time.h>
52
 
#include <tiffio.h>
53
45
 
54
46
#include "spandsp.h"
55
47