Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7938fab commit a65375cCopy full SHA for a65375c
1 file changed
Doc/lib/libos.tex
@@ -471,7 +471,9 @@ \subsection{File Descriptor Operations \label{os-fd-ops}}
471
472
\begin{funcdesc}{read}{fd, n}
473
Read at most \var{n} bytes from file descriptor \var{fd}.
474
-Return a string containing the bytes read.
+Return a string containing the bytes read. If the end of the file
475
+referred to by \var{fd} has been reached, an empty string is
476
+returned.
477
Availability: Macintosh, \UNIX, Windows.
478
479
Note: this function is intended for low-level I/O and must be applied
0 commit comments