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_echo(char text[])
  3. {
  4. printf("%s\n\r", text);
  5. return TRUE;
  6. }
  7.  
  8.