mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
11 lines
170 B
C
11 lines
170 B
C
![]() |
#ifndef DL_CONVERSIONS
|
||
|
#define DL_CONVERSIONS
|
||
|
|
||
|
#include <dl.h>
|
||
|
|
||
|
#define DL2FFI_TYPE(a) rb_dl_type_to_ffi_type(a)
|
||
|
|
||
|
ffi_type * rb_dl_type_to_ffi_type(int dl_type);
|
||
|
|
||
|
#endif
|