i am not familiar with C
i dont understant, Number is not defined, why can it be used?
who can explain the functions of the program for me?
thanks
int main()
{
signed int n;
/*
while(true)
{
n=0;
}
*/
getSinLDO(Number, 28 );
getSinRE(Number, 28 );
getSinMI(Number, 28 );
getSinFA(Number, 28 );
getSinSO(Number, 28 ) ;
getSinRA(Number, 28 );
getSinSI(Number, 28 );
getSinHDO(Number, 28 );
return 0;
}
getSinLDO, getSinRE and other functions are almost the same,
they are defined as follow
void getSinHDO(int vec[128], int count)