#ifndef SHELL_H #define SHELL_H void shell_init(void); void interpret_command(char* input); #endif