<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoshiyuki_kitne</author_name>
  <author_url>https://blog.hatena.ne.jp/yoshiyuki_kitne/</author_url>
  <blog_title>天文学的研究メモ</blog_title>
  <blog_url>https://yoshiyuki-kitne.hatenadiary.org/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>参考：初心者のためのポイント学習C言語 ちょっと解読できた点： これはコマンドライン引数です、と。 main(int argv, char *argv[ ]) int argc: 引数の総個数（プログラム名も含む）で、 char *argv[]: 引数の文字列を指すポインタの配列を表しますよ、と。 ポインタを定義してます、と。 float *data; データのメモリを確保しています、と。 data = (float *)malloc( ncol1*sizeof(float) ); メモリを解放しています、と。 (void) free(data);</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyoshiyuki-kitne.hatenadiary.org%2Fentry%2F20061021%2F1161422953&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>2006-10-21 18:29:13</published>
  <title> 初心者のためのポイント学習C言語</title>
  <type>rich</type>
  <url>https://yoshiyuki-kitne.hatenadiary.org/entry/20061021/1161422953</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
