This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ v3 wants more libio functions now
- To: Ulrich Drepper <drepper at cygnus dot com>
- Subject: Re: libstdc++ v3 wants more libio functions now
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 24 Jul 2000 20:21:35 -0700 (PDT)
- cc: "H . J . Lu" <hjl at valinux dot com>, GNU C Library <libc-hacker at sourceware dot cygnus dot com>, gcc at gcc dot gnu dot org
FWIW, here's the list of things that I'm using right now:
_IO_no_init
_IO_file_init
_IO_file_finish
_IO_file_attach
_IO_un_link
_IO_file_open
_IO_file_close_it
_IO_file_xsputn
_IO_wfile_xsputn
_IO_file_xsgetn
_IO_wfile_xsgetn
_IO_file_seekoff
_IO_wfile_seekoff
_IO_file_setbuf
_IO_wfile_setbuf
_IO_file_sync
_IO_wfile_sync
-benjamin