首页 > 其他 > 详细

工作中遇到的几个函数....

时间:2016-06-14 11:26:51      阅读:228      评论:0      收藏:0      [点我收藏+]

ftell  函数,      运用实例:ftell(fp) >= size

long ftell(FILE *stream);

The ftell() function obtains the current value of the file position
indicator for the stream pointed to by stream.

 

unlink 函数:   应用实例:unlink(bakfile)

unlink - call the unlink function to remove the specified file  

unlink FILE
unlink OPTION      --------这里是断开备份文件

工作中遇到的几个函数....

原文:http://www.cnblogs.com/the-tops/p/5583236.html

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