]> cloudbase.mooo.com Git - z180-stamp.git/blob - fatfs/doc/ja/error.html
Merge tag 'fatfs-0.10b'
[z180-stamp.git] / fatfs / doc / ja / error.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html lang="ja">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <link rel="up" title="FatFs" href="../00index_j.html">
7 <link rel="alternate" hreflang="en" title="English" href="../en/error.html">
8 <link rel="stylesheet" href="../css_j.css" type="text/css" media="screen" title="ELM Default">
9 <title>FatFs - f_error</title>
10 </head>
11
12 <body>
13
14 <div class="para func">
15 <h2>f_error</h2>
16 <p>\83G\83\89\81[\94­\90\82Ì\97L\96³\82ð\92²\82×\82Ü\82·\81B</p>
17 <pre>
18 int f_error (
19 FIL* <span class="arg">fp</span> <span class="c">/* [IN] \83t\83@\83C\83\8b\81E\83I\83u\83W\83F\83N\83g */</span>
20 );
21 </pre>
22 </div>
23
24
25 <div class="para arg">
26 <h4>\88ø\90\94</h4>
27 <dl class="par">
28 <dt>fp</dt>
29 <dd>\83t\83@\83C\83\8b\81E\83I\83u\83W\83F\83N\83g\8d\\91¢\91Ì\82Ö\82Ì\83|\83C\83\93\83^\82ð\8ew\92è\82µ\82Ü\82·\81B</dd>
30 </dl>
31 </div>
32
33
34 <div class="para ret">
35 <h4>\96ß\82è\92l</h4>
36 <p>\83t\83@\83C\83\8b\82ª\91\80\8dì\92\86\82Ì\83G\83\89\81[\82É\82æ\82Á\82Ä\8f\88\97\9d\82ª\92\86\92f\82³\82ê\82Ä\82¢\82é\8fê\8d\87\82Í\81A0\88È\8aO\82Ì\92l\82ð\95Ô\82µ\82Ü\82·\81B\82»\82ê\88È\8aO\82Ì\8e\9e\82Í0\82ð\95Ô\82µ\82Ü\82·\81B</p>
37 </div>
38
39
40 <div class="para desc">
41 <h4>\89ð\90à</h4>
42 <p>f_error\8aÖ\90\94\82Í\81A\8c»\83\8a\83r\83W\83\87\83\93\82Å\82Í\83}\83N\83\8d\82Æ\82µ\82Ä\8eÀ\91\95\82³\82ê\82Ä\82¢\82Ü\82·\81B</p>
43 <pre>
44 <span class="k">#define</span> f_error(fp) (((fp)->flag & FA__ERROR) ? 1 : 0)
45 </pre>
46 </div>
47
48
49 <div class="para comp">
50 <h4>\91Î\89\9e\8fî\95ñ</h4>
51 <p>\8fí\82É\8eg\97p\89Â\94\\81B</p>
52 </div>
53
54
55 <div class="para ref">
56 <h4>\8eQ\8fÆ</h4>
57 <p><tt><a href="open.html">f_open</a>, <a href="sfile.html">FIL</a></tt></p>
58 </div>
59
60 <p class="foot"><a href="../00index_j.html">\96ß\82é</a></p>
61 </body>
62 </html>