Movatterモバイル変換


[0]ホーム

URL:


Next: ,Previous: C Implementation,Up: Top


5 Extensions to the C Language Family

GNU C provides several language features not found in ISO standard C. (The-pedantic option directs GCC to print a warning message ifany of these features is used.) To test for the availability of thesefeatures in conditional compilation, check for a predefined macro__GNUC__, which is always defined under GCC.

These extensions are available in C and Objective-C. Most of them arealso available in C++. SeeExtensions to the C++ Language, for extensions that applyonly to C++.

Some features that are in ISO C99 but not C89 or C++ are also, asextensions, accepted by GCC in C89 mode and in C++.


[8]ページ先頭

©2009-2025 Movatter.jp