]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/tell.html
Import fatfs R0.10b
[z180-stamp.git] / fatfs / doc / en / tell.html
diff --git a/fatfs/doc/en/tell.html b/fatfs/doc/en/tell.html
new file mode 100644 (file)
index 0000000..93d03c9
--- /dev/null
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
+<html lang="en">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<link rel="up" title="FatFs" href="../00index_e.html">\r
+<link rel="alternate" hreflang="ja" title="Japanese" href="../ja/tell.html">\r
+<link rel="stylesheet" href="../css_e.css" type="text/css" media="screen" title="ELM Default">\r
+<title>FatFs - f_tell</title>\r
+</head>\r
+\r
+<body>\r
+\r
+<div class="para func">\r
+<h2>f_tell</h2>\r
+<p>The f_tell function gets the current read/write pointer of a file.</p>\r
+<pre>\r
+DWORD f_tell (\r
+  FIL* <span class="arg">fp</span>   <span class="c">/* [IN] File object */</span>\r
+);\r
+</pre>\r
+</div>\r
+\r
+\r
+<div class="para arg">\r
+<h4>Parameters</h4>\r
+<dl class="par">\r
+<dt>fp</dt>\r
+<dd>Pointer to the open file object structure.</dd>\r
+</dl>\r
+</div>\r
+\r
+\r
+<div class="para ret">\r
+<h4>Return Values</h4>\r
+<p>Returns current read/write pointer of the file.</p>\r
+</div>\r
+\r
+\r
+<div class="para desc">\r
+<h4>Description</h4>\r
+<p>In this revision, the <tt>f_tell()</tt> function is implemented as a macro.</p>\r
+<pre>\r
+<span class="k">#define</span> f_tell(fp) ((fp)->fptr)\r
+</pre>\r
+</div>\r
+\r
+\r
+<div class="para comp">\r
+<h4>QuickInfo</h4>\r
+<p>Always available.</p>\r
+</div>\r
+\r
+\r
+<div class="para ref">\r
+<h4>See Also</h4>\r
+<p><tt><a href="open.html">f_open</a>, <a href="lseek.html">f_lseek</a>, <a href="sfile.html">FIL</a></tt></p>\r
+</div>\r
+\r
+<p class="foot"><a href="../00index_e.html">Return</a></p>\r
+</body>\r
+</html>\r