mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

#おっさんのダメ記憶

0 posts0 participants0 posts today
zunda<p>Cのstatic逆だった <a href="https://mastodon.zunda.ninja/tags/%E3%81%8A%E3%81%A3%E3%81%95%E3%82%93%E3%81%AE%E3%83%80%E3%83%A1%E8%A8%98%E6%86%B6" class="mention hashtag" rel="tag">#<span>おっさんのダメ記憶</span></a></p><p>$ cat main.c<br /><a href="https://mastodon.zunda.ninja/tags/include" class="mention hashtag" rel="tag">#<span>include</span></a> &lt;stdio.h&gt;</p><p>extern char *name;</p><p>int<br />main(void)<br />{<br /> printf(&quot;Hello, %s!\n&quot;, name);<br /> return 0;<br />}<br />$ cat name.c<br />char *name = &quot;world&quot;;<br />$ gcc main.c name.c &amp;&amp; ./a.out<br />Hello, world!</p>