Sha256: 4ec2807d16e2273ba097faa67534ed983a52f0f2665762395ae05e7928c4da7e

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

#ifndef _LIBRARY_H
#define	_LIBRARY_H

#ifdef	__cplusplus
extern "C" {
#endif



typedef struct Library {
    void* handle;
} Library;

extern void rb_FFI_NativeLibrary_Init();

#ifdef	__cplusplus
}
#endif

#endif	/* _LIBRARY_H */

Version data entries

6 entries across 6 versions & 1 rubygems

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