|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include "ruby.h"#include "ruby/encoding.h"#include "ruby/io.h"#include <sys/types.h>#include <errno.h>#include "constdefs.h"Go to the source code of this file.
Macros | |
| #define | RUBY_ETC_VERSION "1.1.0" |
| #define | numberof(array) (sizeof(array) / sizeof(*(array))) |
| #define | etc_uname rb_f_notimplement |
| #define | etc_sysconf rb_f_notimplement |
| #define | etc_confstr rb_f_notimplement |
| #define | io_pathconf rb_f_notimplement |
| #define | etc_nprocessors rb_f_notimplement |
Functions | |
| char * | getenv () |
| char * | getlogin () |
| void | Init_etc (void) |
| #define etc_confstr rb_f_notimplement |
| #define etc_nprocessors rb_f_notimplement |
| #define etc_sysconf rb_f_notimplement |
| #define etc_uname rb_f_notimplement |
| #define io_pathconf rb_f_notimplement |
| char* getenv | ( | ) |
Definition at line 1063 of file etc.c.
References rb_define_const(), rb_define_module(), rb_str_new_cstr, and RUBY_ETC_VERSION.