summaryrefslogtreecommitdiff
path: root/fatfs/doc/ja/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/doc/ja/error.html')
-rw-r--r--fatfs/doc/ja/error.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/fatfs/doc/ja/error.html b/fatfs/doc/ja/error.html
index ccd2f07..bb01d80 100644
--- a/fatfs/doc/ja/error.html
+++ b/fatfs/doc/ja/error.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="up" title="FatFs" href="../00index_j.html">
<link rel="alternate" hreflang="en" title="English" href="../en/error.html">
@@ -13,50 +13,50 @@
<div class="para func">
<h2>f_error</h2>
-<p>ƒGƒ‰[”­¶‚Ì—L–³‚𒲂ׂ܂·B</p>
+<p>エラー発生ã®æœ‰ç„¡ã‚’調ã¹ã¾ã™ã€‚</p>
<pre>
int f_error (
- FIL* <span class="arg">fp</span> <span class="c">/* [IN] ƒtƒ@ƒCƒ‹EƒIƒuƒWƒFƒNƒg */</span>
+ FIL* <span class="arg">fp</span> <span class="c">/* [IN] ファイル オブジェクト */</span>
);
</pre>
</div>
<div class="para arg">
-<h4>ˆø”</h4>
+<h4>引数</h4>
<dl class="par">
<dt>fp</dt>
-<dd>ƒtƒ@ƒCƒ‹EƒIƒuƒWƒFƒNƒg\‘¢‘̂ւ̃|ƒCƒ“ƒ^‚ðŽw’肵‚Ü‚·B</dd>
+<dd>ファイル オブジェクト構造体ã¸ã®ãƒã‚¤ãƒ³ã‚¿ã‚’指定ã—ã¾ã™ã€‚</dd>
</dl>
</div>
<div class="para ret">
-<h4>–ß‚è’l</h4>
-<p>ƒtƒ@ƒCƒ‹‚ª‘€ì’†‚̃Gƒ‰[‚É‚æ‚Á‚Ĉ—‚ª’†’f‚³‚ê‚Ä‚¢‚éꇂÍA0ˆÈŠO‚Ì’l‚ð•Ô‚µ‚Ü‚·B‚»‚êˆÈŠO‚ÌŽž‚Í0‚ð•Ô‚µ‚Ü‚·B</p>
+<h4>戻り値</h4>
+<p>ãã®ãƒ•ã‚¡ã‚¤ãƒ«ã«ãŠã„ã¦ãƒãƒ¼ãƒ‰ エラーã«ã‚ˆã£ã¦å‡¦ç†ãŒä¸­æ–­ã•ã‚Œã¦ã„ã‚‹å ´åˆã¯ã€0以外ã®å€¤ã‚’è¿”ã—ã¾ã™ã€‚ãれ以外ã®æ™‚ã¯0ã‚’è¿”ã—ã¾ã™ã€‚</p>
</div>
<div class="para desc">
-<h4>‰ðà</h4>
-<p>f_errorŠÖ”‚ÍAŒ»ƒŠƒrƒWƒ‡ƒ“‚ł̓}ƒNƒ‚Æ‚µ‚ÄŽÀ‘•‚³‚ê‚Ä‚¢‚Ü‚·B</p>
+<h4>解説</h4>
+<p>f_error関数ã¯ã€ç¾ãƒªãƒ“ジョンã§ã¯ãƒžã‚¯ãƒ­ã¨ã—ã¦å®Ÿè£…ã•ã‚Œã¦ã„ã¾ã™ã€‚</p>
<pre>
-<span class="k">#define</span> f_error(fp) (((fp)->flag & FA__ERROR) ? 1 : 0)
+<span class="k">#define</span> f_error(fp) ((fp)->err)
</pre>
</div>
<div class="para comp">
-<h4>‘Ήžî•ñ</h4>
-<p>í‚ÉŽg—p‰Â”\B</p>
+<h4>対応情報</h4>
+<p>常ã«ä½¿ç”¨å¯èƒ½ã€‚</p>
</div>
<div class="para ref">
-<h4>ŽQÆ</h4>
+<h4>å‚ç…§</h4>
<p><tt><a href="open.html">f_open</a>, <a href="sfile.html">FIL</a></tt></p>
</div>
-<p class="foot"><a href="../00index_j.html">–ß‚é</a></p>
+<p class="foot"><a href="../00index_j.html">戻る</a></p>
</body>
</html>