Sha256: 6d1167c121e67e0262e35623e53a1713e3056528c070110dc5d3eaa110493470
Contents?: true
Size: 288 Bytes
Versions: 24
Compression:
Stored size: 288 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_IO__ #define __RXML_IO__ int rxml_read_callback(void *context, char *buffer, int len); int rxml_write_callback(VALUE io, const char *buffer, int len); void rxml_init_io(void); #endif
Version data entries
24 entries across 24 versions & 1 rubygems