Skip to content

Commit

Permalink
Fixed layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 21, 2024
1 parent d6c8632 commit 013b777
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/program-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,15 @@ Some `printf()` implementations barf on a null pointer when printing via the
`%s` format string.

Code:
- #solution argv-do-while.c
- #solution argv-while.c
- #solution argv-for.c
- #solution argv-for-v2.c
- #solution argv-do-while.c
- #solution argv-nodash.c
- #solution print-argv-recursively.c

Also see:
- #solution argv-while.c
- #solution argv-for-v2.c

## :wrench: Print command line arguments (part II.)

- Print all command line arguments without using square brackets.
Expand Down

0 comments on commit 013b777

Please sign in to comment.