nacl/select.h

Go to the documentation of this file.
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 

Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7