rewind
?
?
rewind ? - 必應詞典

- v .??1. 重新卷繞
- n .??1. 重卷
![]()
例句朗讀播放器
|
例句:
Also
,
?
switching
?
the
?
video
?
stream
?
to
?
the
?
Apple
?
TV
?
can
?
take
?
a
?
few
?
seconds
,
during
?
which the
?
video
?
keeps
?
playing
…
![]()
此外
,
把
視頻
切換
到
Apple
?
TV
的
過程
需要
花
幾
秒鐘
,
在此
期間
視頻
還
會
繼續
播放
,
因此
你
往往
需要
在
切換
成功
后
再
…
|
?
?
?
函數名: rewind
功 能: 將文件內部的位置指針重新指向一個流(數據流/文件)的開頭
注意:不是文件指針而是文件內部的位置指針,隨著對文件的讀寫文件的位置指針(指向當前讀寫字節)向后移動。而文件指針是指向整個文件,如果不重新賦值文件指針不會改變。
用 法: void rewind(FILE *stream);
頭文件:
?
stdio.h
?
返回值:無
英文解釋: A statement such as
rewind( cfptr );
causes a program's file position--which indicates the number of the next byte in the file to be read or written-- to be repositioned to the beginnning of the file pointed to by cfptr.
程序例:
#include <stdio.h>
#include <dir.h>
int main(void)
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
