Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

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