Library functions
llewelly@dbritsch.dsl.xmission.com
llewelly@dbritsch.dsl.xmission.com
Sat Jun 17 17:43:00 GMT 2000
This is really a glibc question, not a bug in gcc.
On Sat, 17 Jun 2000, Roland Silver wrote:
> I'm trying to port a large program I wrote in Think-C to i386 Linux
> GCC, and need to know the list of all available library functions. I
> tried
> man 3 intro
> but it only told me of the existence of 3C, 3M, 3S, etc, but not what
> functions are in those subcategories, or how to list them.
>
Run
$info libc
to learn about glibc
and
$info info
to learn how to use the info documentation reader.
[snip]
More information about the Gcc-bugs
mailing list