<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>quasistatic</author_name>
  <author_url>https://blog.hatena.ne.jp/quasistatic/</author_url>
  <blog_title>借りてきた猫のように静か</blog_title>
  <blog_url>https://quasistatic.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>加算を行う関数を実装する。 これは第一引数に対して加算操作を行って結果をそれに反映するのでなく、 第一引数と第二引数を加算して第三引数をその結果で初期化する。 第三引数は初期化前または後始末後でないとメモリリークする。 ...snip void mpi_add(Mpi *a, Mpi *b, Mpi*c); ...snip void mpi_add(Mpi *a, Mpi *b, Mpi*c) { size_t i; unsigned int carry; if (a-&gt;ndigit &lt; b-&gt;ndigit) { Mpi *t = a; a = b; b = t; } c-&gt;digit = m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fquasistatic.hatenadiary.jp%2Fentry%2F20110708%2Fp1&quot; title=&quot; 数式の評価を原始的に #15 - 借りてきた猫のように静か&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>2011-07-08 00:00:00</published>
  <title> 数式の評価を原始的に #15</title>
  <type>rich</type>
  <url>https://quasistatic.hatenadiary.jp/entry/20110708/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
