main.c(5): warning: no previous prototype for function 'SystemInit' [-Wmissing-prototypes]void SystemInit(void) ^main.c(5): note: declare 'static' if the function is not intended to be used outside of this translation unitvoid SystemInit(void)^static 1 warning generated.compiling main.c...