summaryrefslogtreecommitdiff
path: root/rb_str.h
AgeCommit message (Collapse)Author
2014-01-18rb: t_rb has been renamed to rb_tOlivier Gayot
t_rb will be kept in the source files for backward compatibility. However, it will not have to be used anymore.
2014-01-18rb: fix a dangerous commentOlivier Gayot
we provided an example to show how to use rb_gets2 but did not NULL-terminate our array of delimiters.
2014-01-18rb: add ascii supportOlivier Gayot
in order to be able to deal with strings (i.e null terminated), we provide a new set of functions rb_puts rb_printf / rb_vprintf rb_gets / rb_gets2