#include "ruby/ruby.h"Go to the source code of this file.
Defines | |
| #define | DEFINE(type, size) rb_hash_aset(s, rb_str_new_cstr(#type), INT2FIX(SIZEOF_##size)); |
Functions | |
| void | Init_sizeof (void) |
Referenced by Init_sizeof().
| void Init_sizeof | ( | void | ) |
Definition at line 4 of file sizes.c.
References DEFINE, off_t, rb_define_const(), rb_define_module(), and rb_hash_new().
1.6.1