changed from void(*put_char)(int) to int(*putchar)(int). This is beneficial, as now the std-libs putchar can be given as an argument to shell_init() directly.
changed from void(*put_char)(int) to int(*putchar)(int). This is beneficial, as now the std-libs putchar can be given as an argument to shell_init() directly.