Ruby
2.0.0p247(2013-06-27revision41674)
|
00001 // Copyright 2012 Google Inc. All Rights Reserved. 00002 // Author: yugui@google.com (Yugui Sonoda) 00003 #ifndef RUBY_NACL_SELECT_H 00004 #define RUBY_NACL_SELECT_H 00005 int select(int num_fds, fd_set *in_fds, fd_set *out_fds, 00006 fd_set *ex_fds, struct timeval *timeout); 00007 #endif 00008