Skip to content

Commit

Permalink
Refresh HTML pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed May 5, 2024
1 parent d210616 commit d162f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11.html
Original file line number Diff line number Diff line change
Expand Up @@ -10353,7 +10353,7 @@ <h2 class="Box-title">
<p><code>x</code> and <code>y</code> are of the same type.</p>
<p>👀 <a href="https://github.com/devnull-cz/c-prog-lang/blob/master/src/typedef.c">typedef.c</a></p>
<p>🔧 Take the binary tree implementation and use <code>typedef</code> for the node
structure itself and also fot the callback.</p>
structure itself and also for the callback.</p>
<div class="markdown-heading"><h1 class="heading-element">Variable namespace and scope</h1><a id="user-content-variable-namespace-and-scope" class="anchor" aria-label="Permalink: Variable namespace and scope" href="#variable-namespace-and-scope"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>Identifiers fall into several namespaces that do not interfere with one
another.</p>
Expand Down

0 comments on commit d162f64

Please sign in to comment.