Lines Matching +full:third +full:- +full:party
6 The kernel is written in the C programming language [c-language]_.
8 under ``-std=gnu89`` [gcc-c-dialect-options]_: the GNU dialect of ISO C90
12 This dialect contains many extensions to the language [gnu-extensions]_,
17 requiring third-party patches.
20 ----------
23 [gcc-attribute-syntax]_. Attributes allow to introduce
24 implementation-defined semantics to language entities (like variables,
30 as many compile-time checks/diagnostics).
32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
38 .. [c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards
41 .. [icc] https://software.intel.com/en-us/c-compilers
42 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
43 .. [gnu-extensions] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html
44 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
45 .. [n2049] http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2049.pdf