This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: gcc help
- From: "Rupert Wood" <me at rupey dot net>
- To: "'ashish kamble'" <mailbin at rediffmail dot com>,<interfacing at indiatimes dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 19 Dec 2001 07:43:53 -0000
- Subject: RE: gcc help
Ashish Kamble wrote:
> GCC has get lots of new functions, to be used while code
> development, where can i find the complete list of the same,
> (especially for c/c++).
> I'm tired of ANSI style please help me at the earliest.
I'm not sure what you mean here. 'ANSI style'? GCC does (AFAIK) support
K&R syntax C but I can't imagine you mean that - do you?
The suite of available functions depends more upon your system libraries
and headers. Yes, GCC does provide a number of '__builtin' functions but
these are mostly versions of common C library functions or low-level
stack frame operations. Details in the GCC manual, e.g.:
http://gcc.gnu.org/onlinedocs/
> Expecting a reply at " interfacing@indiatimes.com "
Hope this helps,
Rup.