Ruby
2.5.0dev(2017-10-22revision60238)
nacl
select.h
Go to the documentation of this file.
1
// Copyright 2012 Google Inc. All Rights Reserved.
2
// Author: yugui@google.com (Yugui Sonoda)
3
#ifndef RUBY_NACL_SELECT_H
4
#define RUBY_NACL_SELECT_H
5
int
select
(
int
num_fds, fd_set *in_fds, fd_set *out_fds,
6
fd_set *ex_fds,
struct
timeval
*timeout);
7
#endif
timeval
Definition:
missing.h:53
select
int select(int num_fds, fd_set *in_fds, fd_set *out_fds, fd_set *ex_fds, struct timeval *timeout)
Generated by
1.8.13