#ifndef	pread_h
#define	pread_h

#include <stdio.h>

int freadp(FILE *fp,void *buf,long count,int offset);

#endif
