Ruby
3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
internal
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 */
14
extern
VALUE
rb_cArithSeq;
15
VALUE
rb_f_send(
int
argc,
VALUE
*argv,
VALUE
recv);
16
VALUE
rb_nmin_run(
VALUE
obj,
VALUE
num,
int
by,
int
rev,
int
ary);
17
18
#endif
/* INTERNAL_ENUM_H */
ruby.h
VALUE
uintptr_t VALUE
Type that represents a Ruby object.
Definition
value.h:40
Generated by
1.12.0