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