Sha256: 63a9f9a51858e06397a1ddea423940d5a36525f9e0225b5c96fb5fac09dd1494

Contents?: true

Size: 237 Bytes

Versions: 1

Compression:

Stored size: 237 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(void);

#ifdef	__cplusplus
}
#endif

#endif	/* _LIBRARY_H */

Version data entries

1 entries across 1 versions & 1 rubygems

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