#ifndef H_TREAD
#define H_TREAD
#ifdef __cplusplus
extern "C" {
#endif
int timedRead(FD_t fd, void * bufptr, int length);
}
#endif /* H_TREAD */