Sha256: 6e13a1871ae653ca34a848150d22900d2ec7fe9ff04f1ac824cc4a9c004094c9
Contents?: true
Size: 293 Bytes
Versions: 6
Compression:
Stored size: 293 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
6 entries across 6 versions & 1 rubygems