Sha256: 7d66c930e11efb60482dd3beda1246b0f031d76a697c2684dbbfe30ee4f70392
Contents?: true
Size: 405 Bytes
Versions: 3
Compression:
Stored size: 405 Bytes
Contents
#include "config.h" #ifndef _RTOP_H_ #define _RTOP_H_ PyObject* rtopString(VALUE); PyObject* rtopArrayToList(VALUE); PyObject* rtopArrayToTuple(VALUE); PyObject* rtopHash(VALUE); PyObject* rtopFixnum(VALUE); PyObject* rtopBignum(VALUE); PyObject* rtopFloat(VALUE); PyObject* rtopFalse(void); PyObject* rtopTrue(void); PyObject* rtopSymbol(VALUE); PyObject* rtopObject(VALUE, int); #endif /* _RTOP_H_ */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubypython-0.2.11 | ext/rubypython_bridge/rtop.h |
rubypython-0.2.10 | ext/rubypython_bridge/rtop.h |
rubypython-0.2.9 | ext/rubypython_bridge/rtop.h |