Sha256: e49fab0931e1cb80cae15a1ebf780bb5d7ff080de1a0b350d1bb4937529f4fd4

Contents?: true

Size: 415 Bytes

Versions: 15

Compression:

Stored size: 415 Bytes

Contents

#ifndef __COMMON_H__
#  define __COMMON_H__

#ifndef RSTRING_PTR
#define RSTRING_PTR(str) (RSTRING(str)->ptr)
#endif

#ifndef RSTRING_LEN
#define RSTRING_LEN(str) (RSTRING(str)->len)
#endif

#ifndef RARRAY_PTR
#define RARRAY_PTR(ary) (RARRAY(ary)->ptr)
#endif

#ifndef RARRAY_LEN
#define RARRAY_LEN(ary) (RARRAY(ary)->len)
#endif

#ifndef RFLOAT_VALUE
#define RFLOAT_VALUE(val) (RFLOAT(val)->value)
#endif


#endif

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
amatch-0.4.1 ext/common.h
amatch-0.4.0 ext/common.h
amatch-0.3.1 ext/common.h
patmcnally-amatch-0.2.4 ext/common.h
amatch-0.3.0 ext/common.h
amatch-rbx-0.2.12 ext/common.h
amatch-0.2.11 ext/common.h
amatch-0.2.10 ext/common.h
amatch-0.2.9 ext/common.h
amatch-0.2.8 ext/common.h
amatch-0.2.7 ext/common.h
amatch-0.2.6 ext/common.h
amatch-0.2.5-x86-mswin32 ext/common.h
amatch-0.2.5 ext/common.h
amatch-0.2.4 ext/common.h