<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohhoy</author_name>
  <author_url>https://blog.hatena.ne.jp/yohhoy/</author_url>
  <blog_title>yohhoyの日記</blog_title>
  <blog_url>https://yohhoy.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C</anon>
    <anon>C++</anon>
    <anon>C2x</anon>
  </categories>
  <description>プログラミング言語Cの次期C2x(C23)標準ライブラリprintf関数ファミリでは、変換指定子bによる2進数フォーマット出力がサポートされる。同時にscanf関数ファミリやstrtoT関数では0bプレフィクス付き文字列入力がサポートされる。*1 // C2x #include &lt;stdio.h&gt; printf(&quot;%08b&quot;, 42u); // &quot;00101010&quot; C++言語 C++20で追加されたstd::formatはバイナリ書式化指定子bをサポート済み。 // C++20 #include &lt;format&gt; #include &lt;iostream&gt; std::cout &lt;&lt; std::f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohhoy.hatenadiary.jp%2Fentry%2F20211028%2Fp1&quot; title=&quot;2進数フォーマット出力 in 標準C - yohhoyの日記&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>2021-10-28 00:00:00</published>
  <title>2進数フォーマット出力 in 標準C</title>
  <type>rich</type>
  <url>https://yohhoy.hatenadiary.jp/entry/20211028/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
