Sha256: b6a3b557f47b61701e360084542f798e726c90ac59e598b6bc2a611616f98db6
Contents?: true
Size: 525 Bytes
Versions: 9
Compression:
Stored size: 525 Bytes
Contents
#include "config.h" #ifndef _RP_ERROR_H_ #include "rp_error.h" #endif #ifndef _RTOP_H_ #define _RTOP_H_ PyObject* rtop_string(VALUE rString); PyObject* rtop_array_list(VALUE rArray); PyObject* rtop_array_tuple(VALUE rArray); PyObject* rtop_hash(VALUE rHash); PyObject* rtop_fixnum(VALUE rNum); PyObject* rtop_bignum(VALUE rNum); PyObject* rtop_float(VALUE rNum); PyObject* rtop_false(void); PyObject* rtop_true(void); PyObject* rtop_symbol(VALUE rSymbol); PyObject* rtop_obj(VALUE rObj,int is_key); #endif /* _RTOP_H_ */
Version data entries
9 entries across 9 versions & 1 rubygems