Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include <shell_api.h>
  2. #include <sys/ksys.h>
  3.  
  4. void shell_exit()
  5. {
  6.     if(__shell_is_init){
  7.         *__shell_shm = SHELL_EXIT;
  8.         __SHELL_WAIT();
  9.         _ksys_shm_close(__shell_shm_name);
  10.     }
  11. }