comparison libaf/af_tools.c @ 8623:440301fef3fe

Added/reordered #includes to silence warnings about "implicit declaration".
author rathann
date Sat, 28 Dec 2002 18:51:10 +0000
parents d6f40a06867b
children 93212da0032e
comparison
equal deleted inserted replaced
8622:871e07a43f58 8623:440301fef3fe
1 #include <math.h> 1 #include <math.h>
2 #include <string.h>
2 #include <af.h> 3 #include <af.h>
3 4
4 /* Convert to gain value from dB. Returns AF_OK if of and AF_ERROR if 5 /* Convert to gain value from dB. Returns AF_OK if of and AF_ERROR if
5 fail */ 6 fail */
6 inline int af_from_dB(int n, float* in, float* out, float k, float mi, float ma) 7 inline int af_from_dB(int n, float* in, float* out, float k, float mi, float ma)