]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/forward.html
Import fatfs R0.15
[z180-stamp.git] / fatfs / documents / doc / forward.html
index ada0a0539bcface3dff1bc51ab0c75918d7ee6dc..fdb5f49dbb725d8210e4b68be8d917c38065c260 100644 (file)
@@ -54,7 +54,7 @@ FRESULT f_forward (
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<p>The <tt>f_forward</tt> function reads the data from the file and forward it to the outgoing stream without data buffer. This is suitable for small memory system because it does not require any data buffer at application module. The file pointer of the file object increases in number of bytes forwarded. In case of <tt class="arg">*bf</tt> is less than <tt class="arg">btf</tt> without error, it means the requested bytes could not be transferred due to end of file or stream goes busy during data transfer.</p>\r
+<p>The <tt>f_forward</tt> function reads the data from the file and forward it to the outgoing stream. This function is suitable for small memory system, because it does not require any data buffer in the application module. The file pointer of the file object advances in number of bytes forwarded. In case of <tt class="arg">*bf</tt> is less than <tt class="arg">btf</tt> without error, it means the requested size of data could not be transferred due to end of file or stream goes busy during data transfer.</p>\r
 </div>\r
 \r
 \r
@@ -65,7 +65,7 @@ FRESULT f_forward (
 \r
 \r
 <div class="para use">\r
-<h4>Example (Audio playback)</h4>\r
+<h4>Example</h4>\r
 <pre>\r
 <span class="c">/*------------------------------------------------------------------------*/</span>\r
 <span class="c">/* Sample code of data transfer function to be called back from f_forward */</span>\r