diff options
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 |