<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>AMANE</author_name>
  <author_url>https://blog.hatena.ne.jp/AMANE/</author_url>
  <blog_title>自習室</blog_title>
  <blog_url>https://izmiz.hateblo.jp/</blog_url>
  <categories>
    <anon>.C++</anon>
  </categories>
  <description>&quot;2D34F295D092&quot;みたいな文字列を16進数と解釈して整数型に変換する〜みたいな話を以前しましたが、(この場合、49705431453842になります) int sscanf_s( const char *buffer, const char *format [, argument ] ... ); これを使って char hex[] = &quot;2D34F295D092&quot;; unsigned __int64 num; // 64ビット整数型 unsigned long long int と等価 sscanf_s(hex, &quot;%llX&quot;, &amp;num); // hexの文字列をlong lon…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fizmiz.hateblo.jp%2Fentry%2F20100501%2F1272737407&quot; title=&quot; sscanf_s - 自習室&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-05-01 03:10:07</published>
  <title> sscanf_s</title>
  <type>rich</type>
  <url>https://izmiz.hateblo.jp/entry/20100501/1272737407</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
