|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| char * | str_ptr |
| long | len |
| rb_io_t * | fptr |
| rb_io_t* bufread_arg::fptr |
Definition at line 1822 of file io.c.
Referenced by io_fread(), and rb_io_bufread().
| long bufread_arg::len |
Definition at line 1821 of file io.c.
Referenced by io_fread().
| char* bufread_arg::str_ptr |
Definition at line 1820 of file io.c.
Referenced by io_fread().
1.8.14