Sha256: e01bb59f0e6c4a9a427b59807d0b079cb968764880ce5bd88d267d110e42623d
Contents?: true
Size: 248 Bytes
Versions: 36
Compression:
Stored size: 248 Bytes
Contents
#ifndef _LIBRARY_H #define _LIBRARY_H #ifdef __cplusplus extern "C" { #endif typedef struct Library { void* handle; } Library; extern void rbffi_DynamicLibrary_Init(VALUE ffiModule); #ifdef __cplusplus } #endif #endif /* _LIBRARY_H */
Version data entries
36 entries across 36 versions & 6 rubygems