kolibrios-gitea/programs/system/shell/cmd_echo.c

7 lines
63 B
C
Raw Normal View History

void cmd_echo(char text[])
{
printf("%s\n\r", text);
}