Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
enum.h
1#ifndef INTERNAL_ENUM_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_ENUM_H
11#include "ruby/ruby.h" /* for VALUE */
12
13/* enum.c */
14extern VALUE rb_cArithSeq;
15VALUE rb_f_send(int argc, VALUE *argv, VALUE recv);
16VALUE rb_nmin_run(VALUE obj, VALUE num, int by, int rev, int ary);
17
18#endif /* INTERNAL_ENUM_H */
uintptr_t VALUE
Type that represents a Ruby object.
Definition: value.h:40