Ruby
3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
internal
enum.h
Go to the documentation of this file.
1
#ifndef INTERNAL_ENUM_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_ENUM_H
12
#include "
ruby/ruby.h
"
/* for VALUE */
13
14
/* enum.c */
15
extern
VALUE
rb_cArithSeq
;
16
VALUE
rb_f_send
(
int
argc
,
VALUE
*
argv
,
VALUE
recv);
17
VALUE
rb_nmin_run
(
VALUE
obj,
VALUE
num
,
int
by,
int
rev,
int
ary);
18
19
#endif
/* INTERNAL_ENUM_H */
num
big_t * num
Definition:
enough.c:232
rb_cArithSeq
VALUE rb_cArithSeq
Definition:
enumerator.c:197
rb_f_send
VALUE rb_f_send(int argc, VALUE *argv, VALUE recv)
Definition:
vm_eval.c:1295
rb_nmin_run
VALUE rb_nmin_run(VALUE obj, VALUE num, int by, int rev, int ary)
Definition:
enum.c:1603
ruby.h
argc
int argc
Definition:
ruby.c:240
argv
char ** argv
Definition:
ruby.c:241
VALUE
unsigned long VALUE
Definition:
value.h:38
Generated by
1.9.5