设为首页 加入收藏

TOP

remove语法
2011-03-21 22:39:12 】 浏览:1181
Tags:remove 语法

remove

语法:
#include <stdio.h> int remove( const char *fname );

remove()函数删除由fname

(文件名)指定的文件. remove()成功时返回0,如果发生错误返回非零. 相关主题:
rename()
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇rename语法 下一篇puts语法

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目