码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-06-14 11:29:03      阅读:156      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!