#ifndef TIMEOUT_H #define TIMEOUT_H extern int timeoutread(int, int, char *, int); extern int timeoutwrite(int, int, char *, int); #endif