diff options
Diffstat (limited to 'echo.c')
-rw-r--r-- | echo.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1,13 +0,0 @@ -#include "types.h" -#include "stat.h" -#include "user.h" - -int -main(int argc, char *argv[]) -{ - int i; - - for(i = 1; i < argc; i++) - printf(1, "%s%s", argv[i], i+1 < argc ? " " : "\n"); - exit(); -} |