首页 > 其他 > 详细

王道训练营3月25日

时间:2015-03-25 13:55:18      阅读:111      评论:0      收藏:0      [点我收藏+]

inode

每个inode保存了文件系统中的一个文件系统对象(包括文件目录设备文件socket管道, 等等)的元信息数据,但不包括数据内容或者文件名

 

ftell

Get current position in stream

long int ftell ( FILE * stream );

 

rewind

Set position of stream to the beginning

void rewind ( FILE * stream );

 

fseek

Reposition stream position indicator

void rewind ( FILE * stream );

 

王道训练营3月25日

原文:http://www.cnblogs.com/qianyanglinux/p/4365393.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!