diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2019-10-06 18:39:36 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2019-10-06 18:39:36 +0100 |
| commit | 29478baf24532391cd94bd08d94cf867dee976e6 (patch) | |
| tree | 3127ae32572cd262c7283c6223b6e5712a07f91d /os/commands/echo.c | |
| parent | e77b371fb0fc4e62fa727a340b2e322fa60ebcff (diff) | |
| download | tinyOS-29478baf24532391cd94bd08d94cf867dee976e6.tar.xz tinyOS-29478baf24532391cd94bd08d94cf867dee976e6.zip | |
Diffstat (limited to 'os/commands/echo.c')
| -rw-r--r-- | os/commands/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/commands/echo.c b/os/commands/echo.c index 669003e..4a0bcd3 100644 --- a/os/commands/echo.c +++ b/os/commands/echo.c @@ -1,5 +1,5 @@ #include "../../kernel/gpu/text_mode/display.h" -void echo(char *args) { +void cmd_echo(char *args) { scrn_println(args); }
\ No newline at end of file |