_IO_link_in
_IO_link_in(this);
void streambuf::_link_in() { _IO_link_in(reinterpret_cast<_IO_FILE_plus*>(this)); }
_IO_link_in (fp);
_IO_link_in ((struct _IO_FILE_plus *) fp);
libc_hidden_def (_IO_link_in)
_IO_link_in (fp)
extern void _IO_link_in (struct _IO_FILE_plus *) __THROW;
libc_hidden_proto (_IO_link_in)