~ubuntu-branches/ubuntu/gutsy/libsamplerate/gutsy

« back to all changes in this revision

Viewing changes to tests/snr_bw_test.c

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-11-26 09:44:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126094431-q45da3haxdd72g0i
Tags: 0.1.2-2
* Previous upload was rejected by ftp-master becasue they felt that
  having only a single binary in samplerate-programs was not a good
  idea.
* Include all example programs instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#define M_PI                    3.14159265358979323846264338
41
41
#endif
42
42
 
43
 
#define ARRAY_LEN(x)    ((int) (sizeof (x) / sizeof ((x) [0])))
44
 
 
45
43
enum
46
44
{       BOOLEAN_FALSE   = 0,
47
45
        BOOLEAN_TRUE    = 1