/[hyperestraier]/upstream/0.5.3/doc/pguide-ja.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/0.5.3/doc/pguide-ja.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/0.5.2/doc/pguide-ja.html revision 9 by dpavlin, Wed Aug 3 15:21:15 2005 UTC upstream/0.5.3/doc/pguide-ja.html revision 10 by dpavlin, Wed Aug 3 15:25:48 2005 UTC
# Line 24  Line 24 
24  <h1>プログラミングガイド</h1>  <h1>プログラミングガイド</h1>
25    
26  <div class="note">Copyright (C) 2004-2005 Mikio Hirabayashi</div>  <div class="note">Copyright (C) 2004-2005 Mikio Hirabayashi</div>
27  <div class="note">Last Update: Tue, 07 Jun 2005 06:17:00 +0900</div>  <div class="note">Last Update: Mon, 01 Aug 2005 00:50:38 +0900</div>
28  <div class="navi">[<a href="pguide-en.html" hreflang="en">English</a>] [<a href="index.ja.html">HOME</a>]</div>  <div class="navi">[<a href="pguide-en.html" hreflang="en">English</a>] [<a href="index.ja.html">HOME</a>]</div>
29    
30  <hr />  <hr />
# Line 133  Line 133 
133    
134  <h3>ヘッダの取り込み</h3>  <h3>ヘッダの取り込み</h3>
135    
136  <p>コアAPIを使うアプリケーションのソースコードでは、estraier.hとcabin.hとstdlib.hをインクルードしてください。estraier.hはHyper Estraierのヘッダファイルで、cabin.hはQDBMのヘッダファイルです。cabin.hが提供する機能については<a href="http://qdbm.sourceforge.net/spex-ja.html#cabinapi">QDBMのドキュメント</a>をご覧ください。</p>  <p>コアAPIを使うアプリケーションのソースコードでは、estraier.hとcabin.hとstdlib.hをインクルードしてください。estraier.hはHyper Estraierのヘッダファイルで、cabin.hはQDBMのヘッダファイルです。cabin.hが提供する機能については<a href="http://qdbm.sourceforge.net/spex-ja.html#cabinapi">QDBMの文書</a>をご覧ください。</p>
137    
138  <pre>#include &lt;estraier.h&gt;  <pre>#include &lt;estraier.h&gt;
139  #include &lt;cabin.h&gt;  #include &lt;cabin.h&gt;

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26