<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ishn</author_name>
  <author_url>https://blog.hatena.ne.jp/ishn/</author_url>
  <blog_title>N=1</blog_title>
  <blog_url>https://ishikuro.hateblo.jp/</blog_url>
  <categories>
    <anon>K&amp;R2Exercise</anon>
  </categories>
  <description>演習 1-15 1.2節の温度換算プログラムを、変換のための関数を使うように書き直せ。 #include &lt;stdio.h&gt; float f2c(float fahr); main() { float fahr, celsius; int lower, upper, step; lower = 0; upper = 300; step = 20; while (fahr &lt;= upper) { celsius = f2c(fahr); printf(&quot;%3.0f %6.1f\n&quot;, fahr, celsius); fahr = fahr + step; } return 0; } float …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fishikuro.hateblo.jp%2Fentry%2F20070922%2F1190445990&quot; title=&quot;1-15.c - N=1&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>2007-09-22 16:26:30</published>
  <title>1-15.c</title>
  <type>rich</type>
  <url>https://ishikuro.hateblo.jp/entry/20070922/1190445990</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
