Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
gid_t.h
Go to the documentation of this file.
1#ifndef RBIMPL_ARITHMETIC_GID_T_H /*-*-C++-*-vi:se ft=cpp:*/
2#define RBIMPL_ARITHMETIC_GID_T_H
25
26#ifndef GIDT2NUM
27# define GIDT2NUM RB_LONG2NUM
28#endif
29
30#ifndef NUM2GIDT
31# define NUM2GIDT RB_NUM2LONG
32#endif
33
34#endif /* RBIMPL_ARITHMETIC_GID_T_H */
Thin wrapper to ruby/config.h.
Arithmetic conversion between C's long and Ruby's.