Sha256: 16538bed55379ca217e71488ca3e9a99b72b96c538827fff55391f94549abafd
Contents?: true
Size: 283 Bytes
Versions: 9
Compression:
Stored size: 283 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(void *context, const char *buffer, int len); void rxml_init_io(void); #endif
Version data entries
9 entries across 9 versions & 1 rubygems