<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kt-blackout</author_name>
  <author_url>https://blog.hatena.ne.jp/kt-blackout/</author_url>
  <blog_title>生存記録</blog_title>
  <blog_url>https://kt-blackout.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラム</anon>
  </categories>
  <description>ベンチマーク厨とでも呼んで下さい。参照：http://proglang-0.ten.thebbs.jp/1079174593/このスレッドでちょっと興味を持ったので、char配列の初期化について調べてみた。このスレッドに書いたこととも重複するけど、まとめの意味です。Cで文字列を初期化（空文字列）にするときは以下のような方法が考えられます。 (1) char str[1024] = {0}; (2) char str[1024] = &quot;&quot;; (3) char str[1024]; str[0] = '\0'; はじめに言っておきますが、ダントツで(3)が最速です。というか、そもそも意味が違います…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkt-blackout.hatenadiary.org%2Fentry%2F20040825%2Fp2&quot; title=&quot; またベンチマーク - 生存記録&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>2004-08-25 00:00:01</published>
  <title> またベンチマーク</title>
  <type>rich</type>
  <url>https://kt-blackout.hatenadiary.org/entry/20040825/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
