mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-15 03:12:35 +03:00
3256dedea8
git-svn-id: svn://kolibrios.org@1665 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
74 B
C
7 lines
74 B
C
|
|
int cmd_echo(char text[])
|
|
{
|
|
printf("%s\n\r", text);
|
|
return TRUE;
|
|
}
|