<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>ld on zxc.sx</title>
    <link>https://zxc.sx/tags/ld/</link>
    <description>Recent content in ld on zxc.sx</description>
    <generator>Hugo -- 0.118.2</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 11 May 2026 21:19:35 +0500</lastBuildDate>
    <atom:link href="https://zxc.sx/tags/ld/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hello World With Libc: A Deep Dive into Libraries and Dynamic Linking</title>
      <link>https://zxc.sx/posts/hello-world-with-libc/</link>
      <pubDate>Mon, 11 May 2026 21:19:35 +0500</pubDate>
      <guid>https://zxc.sx/posts/hello-world-with-libc/</guid>
      <description>Introduction In our previous article, we built a &amp;ldquo;Hello World&amp;rdquo; program without using the C standard library. We made direct system calls, provided our own _start entry point, and understood how programs interact with the operating system at the lowest level.
But that&amp;rsquo;s not how most C programs are written. The normal &amp;ldquo;Hello World&amp;rdquo; looks like this:
#include &amp;lt;stdio.h&amp;gt; int main(void) { printf(&amp;#34;hello world\n&amp;#34;); return 0; } This is dramatically simpler than our no-libc version:</description>
    </item>
  </channel>
</rss>
