5 lines
148 B
C
5 lines
148 B
C
#ifndef __ECC_CO_H__
|
|
#define __ECC_CO_H__
|
|
|
|
__declspec(dllexport) void Ecc_co(float maxindex[72],float ECC[36],float *WFDL,float RSR,float n);
|
|
#endif |