1 2 3 4 5 6 7
#ifndef TIMEOUT_H #define TIMEOUT_H extern int timeoutread(int, int, char *, int); extern int timeoutwrite(int, int, char *, int); #endif