#ifndef SHELL_H #define SHELL_H void shelldebugprintf(char* x,...); void shell_init(int srv_or_cli); #endif // SHELL_H