On Thu, Feb 19, 2009 at 22:27, rich <[email protected]> wrote: > Is there any way to see what functions, subroutines and header files are > in the c/c++ library?
To come at it a different way than Galen's suggestion, you could just read the documentation. http://www.gnu.org/software/libtool/manual/libc/index.html aside from being a real beast of a manual (quantity-wise), it has listings of specifically what you asked for: functions: http://www.gnu.org/software/libtool/manual/libc/Function-Index.html#Function-Index files: http://www.gnu.org/software/libtool/manual/libc/File-Index.html#File-Index the appendices may be more useful to you if you're really looking for a list, but i used to read the long-form manual while, er, in the smallest room of the house, if you catch my meaning. it was in one such session that i found the funny that is strfry(3), proving that my time was not entirely wasted =) _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
