[comp.lang.c] table of functions in stdlib

martin@mwtech.UUCP (Martin Weitzel) (10/27/89)

Does anybody outthere have some machine-readable representation
of a table, which lists all functions in the C standard library?
(Ideally with their prototypes and the defining #include-file.)

I would appreciate very much, if you could mail it to me. Besides
that it should be an ascii-textfile, the format doesn't matter so
much, as long as it is somewhat regular, so that it could be easily
transformed using "sed" or "awk".

I'm mainly interested in material covering ANSI-C (X3J11), but if
I receive material concerning other implementations, I'm willing
to include it, if it looks complete. Eventually, I will return the
results to those, who contributed to the material together with
some tools to look up a given function or check the availabitlity
of a function to make a program most portabel. (Remember: In many
implementations the behaviour is undefined, if you name a function
the same as a function in the standard-library, though the linker
will seldom complain. But who can keep all these names in mind ...?)

<signature? what for ... simply look to the header>