<?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 HpLeapfrog&#39;s Blog</title>
    <link>https://www.hpleapfrog.cn/tags/C/</link>
    <description>Recent content in C on HpLeapfrog&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Wed, 04 May 2022 16:54:45 +0000</lastBuildDate><atom:link href="https://www.hpleapfrog.cn/tags/C/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C/C&#43;&#43;中不同文件中变量定义的影响</title>
      <link>https://www.hpleapfrog.cn/post/2022-05-05-/</link>
      <pubDate>Wed, 04 May 2022 16:54:45 +0000</pubDate>
      
      <guid>https://www.hpleapfrog.cn/post/2022-05-05-/</guid>
      <description>3种链接属性: 外部（external）, 内部(internal)，无设置(none) 外部（external）： 使用extern关键字 内部(internal): 使用static关键字 如果在不同的文件中定义相同名字的变量，编译器无法通过编译 使用extern可以访问其他文件中定义的变量</description>
    </item>
    
  </channel>
</rss>
