Sha256: 137fdb958b1ca4f4bd44c359a5c89d38692d909f075198ef0342c2f12a4f5813
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
#ifndef _RBFFI_H #define _RBFFI_H #include <ruby.h> #ifdef __cplusplus extern "C" { #endif #define MAX_PARAMETERS (32) extern void rbffi_Type_Init(VALUE ffiModule); extern void rbffi_Buffer_Init(VALUE ffiModule); extern void rbffi_Invoker_Init(VALUE ffiModule); extern VALUE rbffi_AbstractMemoryClass, rbffi_InvokerClass; extern int rbffi_type_size(VALUE type); #ifdef __cplusplus } #endif #endif /* _RBFFI_H */
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
minilab-1.1.0-x86-mswin32-60 | vendor/ffi-0.4.0-x86-mswin32/ext/ffi_c/rbffi.h |
ffi-0.4.0-x86-mswin32 | ext/ffi_c/rbffi.h |
ffi-0.4.0 | ext/ffi_c/rbffi.h |