Sha256: f4a884793578936ab906cd2b3ebeee436a8c145f737343156f49854a64dcb54a
Contents?: true
Size: 498 Bytes
Versions: 3
Compression:
Stored size: 498 Bytes
Contents
/* * File: rbffi.h * Author: wayne * * Created on August 27, 2008, 5:40 PM */ #ifndef _RBFFI_H #define _RBFFI_H #include <ruby.h> #ifdef __cplusplus extern "C" { #endif #define MAX_PARAMETERS (32) extern void rb_FFI_AbstractMemory_Init(); extern void rb_FFI_MemoryPointer_Init(); extern void rb_FFI_Buffer_Init(); extern void rb_FFI_Callback_Init(); extern void rb_FFI_Invoker_Init(); extern VALUE rb_FFI_AbstractMemory_class; #ifdef __cplusplus } #endif #endif /* _RBFFI_H */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ffi-0.1.0 | ext/rbffi.h |
ffi-0.2.0 | ext/rbffi.h |
ffi-0.1.1 | ext/rbffi.h |