Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#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.