commit 897bff6fc9e2b8446e9b6f6b43d9d158f86857b9 parent 0435306d3ec6cb4175f0e4a3c657e5339e370800 Author: phoebos <ben@bvnf.space> Date: Wed, 22 Sep 2021 23:45:17 +0100 echo: ununuse argc Diffstat:
M | echo.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/echo.c b/echo.c @@ -2,6 +2,7 @@ int main(int argc, char **argv) { + (void)argc; argv++; while (*argv) { printf("%s", *argv);