Sha256: ddab1ec3516b306dcc8ae6af01e0219ca4faeab44db9905da392cc3bbc961eca

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 Bytes

Contents

#ifndef _POINTER_H
#define	_POINTER_H

#ifdef	__cplusplus
extern "C" {
#endif



extern void rb_FFI_Pointer_Init(void);
extern void rb_FFI_NullPointer_Init(void);
extern VALUE rb_FFI_Pointer_new(void* addr);
extern VALUE rb_FFI_Pointer_class;
extern VALUE rb_FFI_NullPointer_class;
extern VALUE rb_FFI_NullPointer_singleton;

#ifdef	__cplusplus
}
#endif

#endif	/* _POINTER_H */

Version data entries

1 entries across 1 versions & 1 rubygems

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