- 论坛徽章:
- 0
|
不知道你用的系统.......man 你的 pages
When a file is opened with update mode (+ as the second or
third character in the mode argument), both input and output
SunOS 5.9 Last change: 28 Jan 1998 1
Standard C Library Functions fopen(3C)
may be performed on the associated stream. However, output
must not be directly followed by input without an interven-
ing call to fflush(3C) or to a file positioning function (
fseek(3C), fsetpos(3C) or rewind(3C)), and input must not be
directly followed by output without an intervening call to a
file positioning function, unless the input operation
encounters end-of-file. |
|