Hi all,
I am confused with the syntax when I write c funciton in Obj-c implementation.
Q1:
When I call c function i wrote in the same .m file and compile, it shows a warning saying "implicit function declaration".
Q2:
And how could I access those varaibles I defined in the header file for the instance in those c functions?
Thanks in advance~
I am confused with the syntax when I write c funciton in Obj-c implementation.
Q1:
When I call c function i wrote in the same .m file and compile, it shows a warning saying "implicit function declaration".
Q2:
And how could I access those varaibles I defined in the header file for the instance in those c functions?
Thanks in advance~