Sha256: b86178ceef983453824a83dcc38f2ac91cd4b6f90e6cf533c293c742adb11ad5

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

#ifndef _RBFFI_H
#define	_RBFFI_H

#include <ruby.h>

#ifdef	__cplusplus
extern "C" {
#endif

#define MAX_PARAMETERS (32)
    
extern void rb_FFI_AbstractMemory_Init(void);
extern void rb_FFI_MemoryPointer_Init(void);
extern void rb_FFI_Buffer_Init(void);
extern void rb_FFI_Callback_Init(void);
extern void rb_FFI_Invoker_Init(void);
extern VALUE rb_FFI_AbstractMemory_class;
extern int rb_FFI_type_size(VALUE type);

#ifdef	__cplusplus
}
#endif

#endif	/* _RBFFI_H */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffi-0.3.5 ext/ffi_c/rbffi.h