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