Sha256: f7391bcf34660c41f08b57307311e8716f7a4af1d594479af0db365c35c132c0

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 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();
    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

5 entries across 5 versions & 1 rubygems

Version Path
ffi-0.3.1 ext/ffi_c/MemoryPointer.h
ffi-0.3.0 ext/ffi_c/MemoryPointer.h
ffi-0.3.4 ext/ffi_c/MemoryPointer.h
ffi-0.3.2 ext/ffi_c/MemoryPointer.h
ffi-0.3.3 ext/ffi_c/MemoryPointer.h