This is the mail archive of the gcc@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]
Other format: [Raw text]

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.


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