コード例 #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));
 }