¡@

Home 

2014/10/15 ¤U¤È 10:11:45

iphone Programming Glossary: myfun

What does error conflicting types for '' mean?

http://stackoverflow.com/questions/1161012/what-does-error-conflicting-types-for-mean

xcode share improve this question You might need to provide the function definition before you use it. eg main myfun 3.4 double myfun double x return x will give an error. While either double myfun double x return x main myfun 3.4 or double.. improve this question You might need to provide the function definition before you use it. eg main myfun 3.4 double myfun double x return x will give an error. While either double myfun double x return x main myfun 3.4 or double myfun double.. definition before you use it. eg main myfun 3.4 double myfun double x return x will give an error. While either double myfun double x return x main myfun 3.4 or double myfun double x main myfun 3.4 double myfun double x return x Will not. I know..