跳转到内容
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Help
Browse
Cookbook
Wikijunior
Featured books
Recent changes
Random book
Using Wikibooks
Community
Reading room forum
Community portal
Bulletin Board
Help out!
Policies and guidelines
Contact us
Search
Search
Donations
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Discussion for this IP address
目录
移动到侧边栏
隐藏
开始
1
rewind
切换目录
C++ 编程/代码/标准 C 库/函数/rewind
Add languages
Add links
Book
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Sister projects
Wikipedia
Wikiversity
Wiktionary
Wikiquote
Wikisource
Wikinews
Wikivoyage
Commons
Wikidata
MediaWiki
Meta-Wiki
Print/export
Create a collection
Download as PDF
Printable version
In other projects
外观
移动到侧边栏
隐藏
来自维基教科书,开放的书籍,开放的世界
<
C++ 编程
|
代码/标准 C 库
|
函数
rewind
[
编辑
|
编辑源代码
]
语法
#include
<cstdio>
void
rewind
(
FILE
*
stream
);
rewind() 函数将文件位置指示器移动到指定流的开头,同时清除与该流关联的错误和
EOF
标志。
相关主题
fseek
类别
:
书籍:C++ 编程
华夏公益教科书