fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
timeout.h
Go to the documentation of this file.
1#ifndef TIMEOUT_H
2#define TIMEOUT_H
3
4extern int timeoutread(int,int,char *,int);
5extern int timeoutwrite(int,int,char *,int);
6
7#endif
int timeoutread(int, int, char *, int)
Definition: timeout.c:14
int timeoutwrite(int, int, char *, int)
Definition: timeout.c:38