/* * shell__get_view.c */ #include "private.h" /*--------------------------------------------------------- */ const clish_view_t *clish_shell__get_view(const clish_shell_t * this) { return this->view; } /*--------------------------------------------------------- */