Ok I fixed the problem that you put in red, specifically I changed
in function declarations toCode:float doubleOps(int one, int two);
What about these two errors?Code:void doubleOps(int one, int two, float *half1, float *half2, float *fraction)
In function `main':
29: error: too many arguments to function `calc'
In function `calc':
50: error: too few arguments to function `doubleOps'

