<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>skelton_boy</author_name>
  <author_url>https://blog.hatena.ne.jp/skelton_boy/</author_url>
  <blog_title>So Many People, So Many Different Ideas</blog_title>
  <blog_url>https://skelton-boy.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>/* MyTypeの定義 */void set(MyType m, int val); void inc(MyType m); void print(MyType m);int main(void) { MyType m; set(m, 0); /* mを0にセット */ inc(m); /* mをインクリメント */ print(m); /* 1と表示される */ return 0; }/* 各関数の実装 */このmain関数が、コメントにある期待通り動くようにMyTypeを定義し、各関数を実装することができるか？ もちろん、mainの中身は変えないこと。そして、使えるのは、C言語の言語要素…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fskelton-boy.hatenadiary.org%2Fentry%2F20091217%2F1261053652&quot; title=&quot;Cクイズ こっちわからん＞＜ - So Many People, So Many Different Ideas&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>2009-12-17 21:40:52</published>
  <title>Cクイズ こっちわからん＞＜</title>
  <type>rich</type>
  <url>https://skelton-boy.hatenadiary.org/entry/20091217/1261053652</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
