예제 #1
0
파일: Poll.cs 프로젝트: XionWin/THeGuID
 public static extern int poll(ref PollFD fd, nint fd_count, int timeout);
예제 #2
0
파일: Poll.cs 프로젝트: XionWin/THeGuID
 public static int poll(ref PollFD fd, int fd_count, int timeout)
 {
     return(poll(ref fd, fd_count, timeout));
 }