#ifndef NANO_SHELL_INTERFACE_H #define NANO_SHELL_INTERFACE_H extern int shell_printf(const char *format, ...); #endif //NANO_SHELL_INTERFACE_H