Sha256: 9c8a55d398a265e54dd41de48bfa71eb4d5908f9b79e96309271a31aef30e108

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

#ifndef GEM_WITH_C_EXTENSION_H
#define GEM_WITH_C_EXTENSION_H 1

#include "ruby.h"

VALUE hello_from_c(VALUE self, VALUE name);

#endif /* GEM_WITH_C_EXTENSION_H */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gem_with_c_extension-0.0.1 ext/gem_with_c_extension/gem_with_c_extension.h