COHERENT help

This page displays the COHERENT help information for fseek.

Listing of available help pages


fseek() -- Seek on file stream

#include <stdio.h>
int fseek(fp, where, how)
FILE *fp; long where; int how;