<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sittokuchance</author_name>
  <author_url>https://blog.hatena.ne.jp/sittokuchance/</author_url>
  <blog_title>日々まなび、日々あそび、生きる</blog_title>
  <blog_url>https://everylearning-everyplay.hateblo.jp/</blog_url>
  <categories>
    <anon>◆ Ｃ言語入門</anon>
  </categories>
  <description>（ 子の本棚にＣ言語入門の本が落ちてたので、勉強してみよっと ） 【 実行プログラム 】 実行プログラム 【 ソースプログラム 】 #include &lt;stdio.h&gt; int main(void) { char str[] = &quot;abcde&quot;; printf(&quot;①%s\n&quot;, str); printf(&quot;②%3s\n&quot;, str); printf(&quot;③%.3s\n&quot;, str); printf(&quot;④%10s\n&quot;, str); printf(&quot;⑤%-10s\n&quot;, str); return (0); } 【 まなび 】 ■ %-9.9s 整数や浮動小数点数を表示する際に使ってきた書式化と、ほ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feverylearning-everyplay.hateblo.jp%2Fentry%2F2024%2F10%2F29%2F143439&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/sittokuchance/20241029/20241029143209.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-10-29 14:34:39</published>
  <title>（Ｃ言語）文字列の書式化</title>
  <type>rich</type>
  <url>https://everylearning-everyplay.hateblo.jp/entry/2024/10/29/143439</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
