Subversion Repositories Kolibri OS

Rev

Rev 1669 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. int cmd_shutdown(char param[])
  3. {
  4. kol_system_end(2);
  5. return TRUE;
  6. }
  7.  
  8.