Subversion Repositories Kolibri OS

Rev

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

  1.  
  2. int cmd_exit(char param[])
  3. {
  4. free(ALIASES);
  5. _exit(1);
  6. kol_exit();
  7. return TRUE;
  8. }
  9.  
  10.