mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
* string.c (rb_str_strlen): added. [ruby-dev:40028]
* include/ruby/intern.h (rb_str_strlen): declared. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6dcd551a4b
commit
a3973ab1ba
3 changed files with 13 additions and 0 deletions
|
@ -662,6 +662,7 @@ VALUE rb_str_associated(VALUE);
|
|||
void rb_str_setter(VALUE, ID, VALUE*);
|
||||
VALUE rb_str_intern(VALUE);
|
||||
VALUE rb_sym_to_s(VALUE);
|
||||
long rb_str_strlen(VALUE);
|
||||
VALUE rb_str_length(VALUE);
|
||||
long rb_str_offset(VALUE, long);
|
||||
size_t rb_str_capacity(VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue