I am working in a C program in Code::Blocks. I am using the function printf
and I am not including the <stdio.h>
header however the program runs well. How do I enable warning to not miss the header?
Thank you in advance for your time and help,
I am working in a C program in Code::Blocks. I am using the function printf
and I am not including the <stdio.h>
header however the program runs well. How do I enable warning to not miss the header?
Thank you in advance for your time and help,