Skip to content

Commit

Permalink
nico
Browse files Browse the repository at this point in the history
  • Loading branch information
kumail074 committed Nov 22, 2024
1 parent 4029ea5 commit ac0b288
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions learning/processes/necho.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include <tlpi.h>

int main(int argc, char *argv[]) {

for(int j = 0; j < argc; j++)
printf("argv[%d]: %s\n", j, argv[j]);

return 0;
}

0 comments on commit ac0b288

Please sign in to comment.