#ifndef SHELL
#define SHELL
#include "system.h"
void shell(int argc, char *argv[]);
void incorrect_comm(char * buffer);
void incorrect_arg(char * command);
#endif