Sha256: 1fa94a9cc86610140a55908bb95c32f7034b342d31df098d88e93e6cc8032514

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

#ifndef _PLATFORM_H
#define	_PLATFORM_H

#ifdef	__cplusplus
extern "C" {
#endif

    extern void rb_FFI_Platform_Init(void);


#ifdef	__cplusplus
}
#endif

#endif	/* _PLATFORM_H */

Version data entries

1 entries across 1 versions & 1 rubygems

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