8 lines
114 B
C
Raw Normal View History

#include <shell_api.h>
void shell_cls()
{
__shell_init();
*__shell_shm = SHELL_CLS;
__SHELL_WAIT();
}