This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Where to find function reference for gcc?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: yeskw <yeskw at ms15 dot hinet dot net>, gcc-help at gcc dot gnu dot org
- Date: Fri, 03 Oct 2003 06:44:05 -0500
- Subject: Re: Where to find function reference for gcc?
Hi yeskw,
Refer to <http://gcc.gnu.org/onlinedocs/> for GCC specific documentation.
Refer to <http://www.gnu.org/manual/glibc-2.2.5/html_node/> for glibc (GNU C Library) specific documentation.
If you want information regarding libc (or the OS's equivalent, such as MSVCRT.DLL), refer to your OS documentation.
HTH,
--Eljay