Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8629 turbocat 1
#include "shell.h"
2
 
3
void shell_cls()
4
{
5
    __shell_init();
6
    *__shell_shm = SHELL_CLS;
7
    SHELL_WAIT();
8
}