Home | History | Annotate | Download | only in www

Lines Matching full:c99

34       <li><a href="#inline">C99 inline functions</a></li>
84 <h3 id="inline">C99 inline functions</h3>
86 <p>By default, Clang builds C code according to the C99 standard,
99 <p>In C99, <code>inline</code> means that a function's definition is
146 in C++ is very different from its meaning in either GNU89 or C99.</p>
416 <p>GCC and C99 allow an array's size to be determined at run
419 compatibility with GNU C and C99 programs:</p>