Sha256: 3fa59815d8cf8b8ded3d6a0b15e52411cd51e6340d48d3e1a3519e96528626f2

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 Bytes

Contents

/* 
 * File:   MemoryPointer.h
 * Author: wayne
 *
 * Created on August 28, 2008, 5:24 PM
 */

#ifndef _MEMORYPOINTER_H
#define	_MEMORYPOINTER_H

#include <ruby.h>

#ifdef	__cplusplus
extern "C" {
#endif

    extern void rb_FFI_MemoryPointer_Init();
    extern VALUE rb_FFI_MemoryPointer_new(caddr_t addr);
    extern VALUE rb_FFI_MemoryPointer_class;
#ifdef	__cplusplus
}
#endif

#endif	/* _MEMORYPOINTER_H */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ffi-0.1.0 ext/MemoryPointer.h
ffi-0.2.0 ext/MemoryPointer.h
ffi-0.1.1 ext/MemoryPointer.h