mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
638fd8774b
All shared libraries must have `include/ruby/internal/abi.h` to include the ABI version. Including `ruby.h` will guarantee that.
3 lines
42 B
C
3 lines
42 B
C
#include "ruby.h"
|
|
|
|
void Init_dot(void) {}
|