Hello all.

I have a function with paremeter double *col_zero that contains integger values. like 0, 1, 2. I am 100% sure of that.

I cant change the inputs and I have to use these values in a for loop for a count.

For now I am just printing my values in a file to be sure the output are as I want.

fp is a FILE pointer.
If I make :
fprintf(fp, " %d or %i \n ", row_zero[k],(int)row_zero[k]...