Skip to content

Commit

Permalink
Refresh HTML pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Apr 21, 2024
1 parent 2d9a642 commit 3e42220
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions 08.html
Original file line number Diff line number Diff line change
Expand Up @@ -10125,19 +10125,22 @@ <h2 class="Box-title">
<code>%s</code> format string.</p>
<p>Code:</p>
<ul>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-do-while.c">argv-do-while.c</a>
</li>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-while.c">argv-while.c</a>
</li>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-for.c">argv-for.c</a>
</li>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-for-v2.c">argv-for-v2.c</a>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-do-while.c">argv-do-while.c</a>
</li>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-nodash.c">argv-nodash.c</a>
</li>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/print-argv-recursively.c">print-argv-recursively.c</a>
</li>
</ul>
<p>Also see:</p>
<ul>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-while.c">argv-while.c</a>
</li>
<li>πŸ”‘ <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/argv-for-v2.c">argv-for-v2.c</a>
</li>
</ul>
<div class="markdown-heading"><h2 class="heading-element">πŸ”§ Print command line arguments (part II.)</h2><a id="user-content-wrench-print-command-line-arguments-part-ii" class="anchor" aria-label="Permalink: :wrench: Print command line arguments (part II.)" href="#wrench-print-command-line-arguments-part-ii"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<ul>
<li>Print all command line arguments without using square brackets.</li>
Expand Down

0 comments on commit 3e42220

Please sign in to comment.