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

File Operation Function for C Language

C crifan 2665浏览

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

84 queries in 0.181 seconds, using 19.15MB memory