<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shammer</author_name>
  <author_url>https://blog.hatena.ne.jp/shammer/</author_url>
  <blog_title>Shammer's Philosophy</blog_title>
  <blog_url>https://shammerism.hatenadiary.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>どちらも、 C言語の標準関数である 引数で渡された値を画面に出力する という点では同じ関数。大きな違いは、 putsは文字列に特化していて、出力文字の最後に\nを自動付与する printfは、出力する引数を様々な形でカスタマイズできる という点が異なる。putsを使用してHelloWorldを書くと次のようになる。 #include &lt;stdio.h&gt; int main(void){ puts(&quot;HelloWorld!&quot;);//printf(&quot;HelloWorld!\n&quot;);と同じ return 0; }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshammerism.hatenadiary.com%2Fentry%2F20090228%2F1314290038&quot; title=&quot;printfとputs - Shammer&amp;#39;s Philosophy&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>2009-02-28 01:33:58</published>
  <title>printfとputs</title>
  <type>rich</type>
  <url>https://shammerism.hatenadiary.com/entry/20090228/1314290038</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
