Sha256: 8959060de27501860d9544e27af7b11c4fc8dcdd4cdfe5995f2f4621c94f4149

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

#include <libuv/include/uv.h>
#include <ruby.h>

#define NODERB_BASIC_HANDLE \
    long target; \
    char* target_callback; \
    void* proxy;

typedef struct {
    NODERB_BASIC_HANDLE
} nodeRb_basic_handle;

#define rb_num2int(x) NUM2LONG(x)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noderb-0.0.4 ext/noderb_extension/noderb_common.h