I just finished installing GCC on my windows laptop with MinGW, stdio.h library is there somewhere inside the file but Git Bash and windows CMD do not recognize it. I tried to run a simple Hello World program and it compiles but cannot find stdio.h lib. Can you please help? Thanks
PS. I've tried #include<stdio.h> and #include <stdio.h> (space or no space after include seems to not make a difference).info img