最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

File Operation Function for C Language

C crifan 2181浏览 0评论

int fgetc(FILE *stream);

int fputc(int c, FILE *stream);

char fgets(char *s, int n, FILE *stream);

int fputs(const char *s, FILE *stream);

int fprintf(FILE *stream, const char *format, …);

int fscanf(FILE *stream, const char *format, …);

size_t fread(void *ptr, size_t size, size_t n, FILE *stream);

size_t fwrite(const void *ptr, size_t size, size_t n, FILE *stream);

int fgetops(FILE *stream, fpos_t *pos);

int fsetpos(FILE *stream, const fpos_t *pos);

int fseek(FILE *stream, long offset, int whence);

转载请注明:在路上 » File Operation Function for C Language

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

网友最新评论 (4)

  1. 文件操作的工业标准. ISO没说它过时。你说它过时了。不懂就闭嘴!
    cryincold13年前 (2011-05-17)回复
  2. 我也用的secure crt
    天空由鱼16年前 (2008-07-31)回复
  3. ??? 貌似文章是文件操作函数, 和你说的常用终端软件,没有关系吧? 注:SecureCRT我现在也一直用,通过串口控制板子,连Linux server,都很好用.
    againinput416年前 (2008-07-09)回复
  4. 这些过时了,应该用 Secure CRT
    UMU16年前 (2008-07-07)回复
84 queries in 0.164 seconds, using 22.15MB memory