<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mandel59</author_name>
  <author_url>https://blog.hatena.ne.jp/mandel59/</author_url>
  <blog_title>Ryusei’s Notes (a.k.a. M59のブログ)</blog_title>
  <blog_url>https://mandel59.hateblo.jp/</blog_url>
  <categories>
    <anon>技術</anon>
  </categories>
  <description>ぐいぐい01アプリを作ってみました。エラトステネスの篩で3桁までの素数を計算しています。 /* primoj.c */ #include &lt;guigui01.h&gt; void setdec(char *s, int i, int n) { int j; for (j = n - 1; j &gt;= 0; j--) { s[j] = '0' + (i % 10); i /= 10; } for (j = 0; j &lt; n - 1; j++) { if (s[j] != '0') break; s[j] = ' '; } return; } void G01Main() { int i, j; long…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmandel59.hateblo.jp%2Fentry%2F20090127%2F1233064255&quot; title=&quot;ぐいぐい01アプリ 3桁までの素数を計算 - Ryusei’s Notes (a.k.a. M59のブログ)&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-01-27 22:50:55</published>
  <title>ぐいぐい01アプリ 3桁までの素数を計算</title>
  <type>rich</type>
  <url>https://mandel59.hateblo.jp/entry/20090127/1233064255</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
