设为首页 加入收藏

TOP

fsetpos语法
2011-03-21 22:32:58 】 浏览:1119
Tags:fsetpos 语法

fsetpos

语法:
#include <stdio.h> int fsetpos( FILE *stream, const fpos_t *position );

fsetpos()函数把给出的流的位置指针移到由position

对象指定的位置. fpos_t是在stdio.h中定义的. fsetpos()执行成功返回0,失败时返回非零. 相关主题:
fgetpos(), fseek()ftell()
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇ftell语法 下一篇fseek 语法

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目