<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>learning-c</author_name>
  <author_url>https://blog.hatena.ne.jp/learning-c/</author_url>
  <blog_title>learning-cの日記</blog_title>
  <blog_url>https://learning-c.hatenadiary.org/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>Cのプログラムに必ず必要なものがあります。 Cのプログラムに必要なもの 関数(function) 関数には文(statement)が必要 文の末尾はセミコロン(;)で止める。 関数とは、 戻り値の型 関数名(仮引数リスト) { 文の並び } という形で表される。 戻り値の型とは、関数が返す値のデータ型です。 関数名に使用できる文字は、アルファベットの大文字と小文字、数字(0-9)、アンダーライン(_)のみです。 関数名の最初の１文字は数字は使えません。 大文字と小文字は区別されます。 また、Cプログラムには複数の関数を持つことが可能ですが、main()関数を省略することはできません。Cプログラ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flearning-c.hatenadiary.org%2Fentry%2F20100110%2F1263142751&quot; title=&quot; プログラムの構成要素 - learning-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>2010-01-10 01:59:11</published>
  <title> プログラムの構成要素</title>
  <type>rich</type>
  <url>https://learning-c.hatenadiary.org/entry/20100110/1263142751</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
