src/shell/echo.c (view raw)
1 2 3 4 5 6 7 8
#include "cedos.h" #include "stdio.h" #include <stdint.h> void main(char *args) { printf("%s\n", args); }