<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>C on Bigshans&#39; Blog</title>
    <link>https://bigshans.github.io/tags/c/</link>
    <description>Recent content in C on Bigshans&#39; Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>bigshans</copyright>
    <lastBuildDate>Sat, 30 Jul 2022 23:26:25 +0800</lastBuildDate>
    <atom:link href="https://bigshans.github.io/tags/c/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>在 Linux 上用 C 写一个守护进程</title>
      <link>https://bigshans.github.io/post/write-a-daemon-with-c-in-linux/</link>
      <pubDate>Sat, 30 Jul 2022 23:26:25 +0800</pubDate>
      <guid>https://bigshans.github.io/post/write-a-daemon-with-c-in-linux/</guid>
      <description>&lt;p&gt;因为打算写点东西，所以就看了看如何实现一个守护进程。在 Linux 实现守护进程的步骤都是类似的，即使使用不同的语言，其骨架都是类似的。因为都要用到 &lt;code&gt;fork()&lt;/code&gt; 方法。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
