<?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>C語言 on 0箴</title><link>https://0Zhen.github.io/tags/c%E8%AA%9E%E8%A8%80/</link><description>Recent content in C語言 on 0箴</description><image><title>0箴</title><url>https://0Zhen.github.io/images/icon.png</url><link>https://0Zhen.github.io/images/icon.png</link></image><generator>Hugo</generator><language>zh-tw</language><lastBuildDate>Thu, 27 Feb 2025 06:30:01 +0000</lastBuildDate><atom:link href="https://0Zhen.github.io/tags/c%E8%AA%9E%E8%A8%80/index.xml" rel="self" type="application/rss+xml"/><item><title>深入理解嵌入式UART驅動程式設計：從函數指標到環形緩衝區</title><link>https://0Zhen.github.io/posts/uart/</link><pubDate>Thu, 27 Feb 2025 06:30:01 +0000</pubDate><guid>https://0Zhen.github.io/posts/uart/</guid><description>在嵌入式系統開發中，串列通訊（特別是UART/USART）是與外部設備連接的常用方式。本文將探討如何設計高效的UART驅動程式，重點關注兩個核心技術：函數指標和環形緩衝區。</description></item><item><title>C 語言標準函式庫完整指南</title><link>https://0Zhen.github.io/posts/2025-02-13/</link><pubDate>Thu, 13 Feb 2025 03:00:44 +0000</pubDate><guid>https://0Zhen.github.io/posts/2025-02-13/</guid><description>一開始在學C 語言的時候，常遇到有些功能可以使用，有些不行，後來才知道，標準函式庫的存在。標準函式庫是每個 C 程式設計師必須掌握的基礎工具。本文將詳細介紹各個重要的標準函式庫、引入方式及其常用函數。</description></item><item><title>Understanding Memory Management in C: malloc, calloc, and Common Mistakes</title><link>https://0Zhen.github.io/posts/understanding-memory-management-in-c-malloc-calloc-and-common-mistakes/</link><pubDate>Tue, 28 Jan 2025 08:53:14 +0000</pubDate><guid>https://0Zhen.github.io/posts/understanding-memory-management-in-c-malloc-calloc-and-common-mistakes/</guid><description>Memory management in C can be tricky, especially for beginners. In this article, we’ll explore the differences between malloc and calloc…</description></item><item><title>My First Day Learning C: Understanding Characters and ASCII</title><link>https://0Zhen.github.io/posts/my-first-day-learning-c-understanding-characters-and-ascii/</link><pubDate>Thu, 09 Jan 2025 15:17:35 +0000</pubDate><guid>https://0Zhen.github.io/posts/my-first-day-learning-c-understanding-characters-and-ascii/</guid><description>As a beginner tackling HackerRank’s C programming challenges, my first day was both challenging and enlightening. After completing three…</description></item></channel></rss>