5 lines
110 B
C
5 lines
110 B
C
#pragma once
|
|
|
|
extern int fswait(int count, int * fds);
|
|
extern int fswait2(int count, int * fds, int timeout);
|