<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>TTKCD</author_name>
  <author_url>https://blog.hatena.ne.jp/TTKCD/</author_url>
  <blog_title>おっさんの備忘録</blog_title>
  <blog_url>https://ttkcd.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>リンカー 関数や変数は、宣言（declaration）と定義（definition）することが出来る。 宣言(declaration) 型の情報や名前などのシンボルの概要をコンパイラに伝える。以下のような関数を宣言すると、コンパイラにMyPrint（symbol）という関数が存在する（function exists）ということを伝える。 void MyPrint(std::string const&amp; msg); 定義（definition） シンボルの詳細を示し、その名前が参照しているメモリを確保する。 void MyPrint(std::string const&amp; msg) { std::c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fttkcd.hatenablog.com%2Fentry%2F2022%2F01%2F17%2F214224&quot; title=&quot;【C++】リンカー - おっさんの備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-01-17 21:42:24</published>
  <title>【C++】リンカー</title>
  <type>rich</type>
  <url>https://ttkcd.hatenablog.com/entry/2022/01/17/214224</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
