a09920a631b28334ecf678b4242d32a82a4dc32f
[bertos.git] / bertos / fs / fatfs / doc / en / putc.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
2 <html lang="en">\r
3 <head>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5 <meta http-equiv="Content-Style-Type" content="text/css">\r
6 <link rel="up" title="FatFs" href="../00index_e.html">\r
7 <link rel="stylesheet" href="../css_e.css" type="text/css" media="screen" title="ELM Default">\r
8 <title>FatFs - f_putc</title>\r
9 </head>\r
10 \r
11 <body>\r
12 \r
13 <div class="para">\r
14 <h2>f_putc</h2>\r
15 <p>The f_putc funciton puts a character to the file.</p>\r
16 <pre>\r
17 int f_putc (\r
18   int <em>Chr</em>,          /* A character to put */\r
19   FIL* <em>FileObject</em>   /* File object */\r
20 );\r
21 </pre>\r
22 </div>\r
23 \r
24 <div class="para">\r
25 <h4>Parameters</h4>\r
26 <dl class="par">\r
27 <dt>Chr</dt>\r
28 <dd>A character to be put.</dd>\r
29 <dt>FileObject</dt>\r
30 <dd>Pointer to the open file object structuer.</dd>\r
31 </dl>\r
32 </div>\r
33 \r
34 \r
35 <div class="para">\r
36 <h4>Return Values</h4>\r
37 <p>When the character was written successfuly, the function returns the character. When the function failed due to disk full or any error, an <tt>EOF</tt> will be returned.</p>\r
38 </div>\r
39 \r
40 \r
41 <div class="para">\r
42 <h4>Description</h4>\r
43 <p>The f_putc() is a wrapper function of <a href="write.html">f_write()</a>. This function is available when read-write configuration and <tt>_USE_STRFUNC</tt> is 1 or 2. When it is set 2, a <tt>'\n'</tt> is extended to <tt>"\r\n"</tt>.</p>\r
44 </div>\r
45 \r
46 \r
47 <div class="para">\r
48 <h4>Reference</h4>\r
49 <p><tt><a href="open.html">f_open</a>, <a href="puts.html">f_puts</a>, <a href="printf.html">f_printf</a>, <a href="gets.html">f_gets</a>, <a href="close.html">f_close</a>, <a href="sfile.html">FIL</a></tt></p>\r
50 </div>\r
51 \r
52 <p class="foot"><a href="../00index_e.html">Return</a></p>\r
53 </body>\r
54 </html>\r