1#ifndef RBIMPL_INTERN_TIME_H
2#define RBIMPL_INTERN_TIME_H
Tewaking visibility of C variables/functions.
#define RBIMPL_SYMBOL_EXPORT_END()
Counterpart of RBIMPL_SYMBOL_EXPORT_BEGIN.
#define RBIMPL_SYMBOL_EXPORT_BEGIN()
Shortcut macro equivalent to RUBY_SYMBOL_EXPORT_BEGIN extern "C" {.
Thin wrapper to ruby/config.h.
VALUE rb_time_num_new(VALUE, VALUE)
VALUE rb_time_new(time_t, long)
struct timespec rb_time_timespec(VALUE time)
struct timeval rb_time_timeval(VALUE time)
struct timeval rb_time_interval(VALUE num)
VALUE rb_time_nano_new(time_t, long)
VALUE rb_time_utc_offset(VALUE time)
struct timespec rb_time_timespec_interval(VALUE num)
VALUE rb_time_timespec_new(const struct timespec *, int)
Returns a time object with UTC/localtime/fixed offset.
void rb_timespec_now(struct timespec *)