#ifndef SHELL_H #define SHELL_H void init_shell(); void shell_handle_char(char c); #endif