Subversion Repositories Kolibri OS

Rev

Rev 3247 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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