I get this warning:
warning: incompatible implicit declaration of built-in function 'printf'
because I use printf in a function that I include in a .h file that is
included by other files...Do I need to remove the printf call?
warning: incompatible implicit declaration of built-in function 'printf'
because I use printf in a function that I include in a .h file that is
included by other files...Do I need to remove the printf call?
Comment