blob: 0a3d5871936ee6b58aa0237939d594b14ab63b2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@node fread
@section @code{fread}
@findex fread
POSIX specification: @url{http://www.opengroup.org/susv3xsh/fread.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
On Windows platforms (excluding Cygwin), this function does not set @code{errno}
upon failure.
@end itemize
|