This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: hello good day !


On Sep 22, 2001, ctino.schmitt@t-online.de (Schmitt) wrote:

> Is there somewhere a documentary for reference of C/C++ - commands ?

There are several books that describe these languages, but GCC doesn't
duplicate the effort of others in documenting the language.  Instead,
we just document extensions we've made to these languages.

> I dont mean : man 3 . . .  I mean an overview or a list for all
> commands in C/C++

If you mean all functions in the C library, bear in mind that GCC
doesn't contain a C library implementation, it just uses whatever C
library comes with the OS on which it's running.  So, the set of all
functions varies from OS to OS.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]