(b76ad15ed0da636161de0243c547ee1e6fc95681)
#include "ruby.h"
#include "ruby/encoding.h"
#include "ruby/io.h"
#include <sys/types.h>
#include <errno.h>
#include "constdefs.h"
#include "ruby/atomic.h"
Go to the source code of this file.
◆ etc_confstr
◆ etc_nprocessors
◆ etc_sysconf
◆ etc_uname
◆ io_pathconf
◆ numberof
      
        
          | #define numberof | ( |  | array | ) | (sizeof(array) / sizeof(*(array))) | 
      
 
 
◆ rb_deprecate_constant
      
        
          | #define rb_deprecate_constant | ( |  | mod, | 
        
          |  |  |  | name | 
        
          |  | ) |  | ((void)(mod),(void)(name)) | 
      
 
Definition at line 60 of file etc.c.
 
 
◆ RUBY_ETC_VERSION
      
        
          | #define RUBY_ETC_VERSION   "1.2.0" | 
      
 
Definition at line 55 of file etc.c.
 
 
◆ getenv()
◆ getlogin()
◆ Init_etc()