Sha256: 4f2bd2ad1308629b60063213c086a8bc13d74597f1512dc36a696d679907ce8a
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
#ifndef _MEMORYPOINTER_H #define _MEMORYPOINTER_H #include <stdbool.h> #include <ruby.h> #ifdef __cplusplus extern "C" { #endif extern void rb_FFI_MemoryPointer_Init(void); extern VALUE rb_FFI_MemoryPointer_class; extern VALUE rb_FFI_MemoryPointer_new(long size, long count, bool clear); #ifdef __cplusplus } #endif #endif /* _MEMORYPOINTER_H */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffi-0.3.5 | ext/ffi_c/MemoryPointer.h |