#ifndef TIMEOUTREAD_H #define TIMEOUTREAD_H extern int timeoutread(int t,int fd,char *buf,int len); #endif