コード例 #1
0
 public static int poll(ref PollFD fd, int fd_count, int timeout)
 {
     return(poll(ref fd, (IntPtr)fd_count, timeout));
 }
コード例 #2
0
 public static extern int poll(ref PollFD fd, IntPtr fd_count, int timeout);