ruby/include
Nobuyoshi Nakada 41035273d4
[DOC] Should use `NULL` instead of zero
Since no type information is available for variadic arguments, 0 is
passed as `int` without promoting to pointer.  On platforms where
`sizeof(int) < sizeof(void*)`, the terminator argument may be read
together with an adjoining word, and may not be found.
2023-06-12 19:10:42 +09:00
..
ruby [DOC] Should use `NULL` instead of zero 2023-06-12 19:10:42 +09:00
ruby.h include/ruby.h: skip doxygen 2021-09-10 20:00:06 +09:00