gcc help

Rupert Wood me@rupey.net
Tue Dec 18 23:44:00 GMT 2001


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.



More information about the Gcc mailing list