stdio crashes my program, or makes it hang before main
Posted on June 27, 2013 at 02:58if I have #include <stdio.h> then build and debug the debugger just kind of hangs and is always in the breakpoint state, I hit run but then it just stops instantly. Using Keil. If I remove that include and all referen...