7 lines
63 B
C
Raw Normal View History

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