Subversion Repositories Kolibri OS

Rev

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

  1.  
  2.  
  3. void cmd_echo(char text[])
  4. {
  5. printf("%s\n\r", text);
  6. }
  7.