Home | History | Annotate | Download | only in info

Lines Matching full:c99

200 you should use the `-std=c90', `-std=c99' or `-std=c1x' options,
474 or `P' are new to C99. They are used for hexadecimal floating-point
1576 missing argument. In this case the C99 standard is clear that the
1581 C99 mandates that the only place the identifier `__VA_ARGS__' can
1588 Variadic macros are a new feature in C99. GNU CPP has supported them
1593 conforming implementations of C99, you should use only `__VA_ARGS__'.
1597 the differences from C99. To get the same effect with both this and
1672 C99 introduces `__func__', and GCC has provided `__FUNCTION__' for a
1881 handled according to the ISO C99 standard. Object files will
3226 defined by C99. For backward compatibility, pragmas which were
3232 C99 introduces the `_Pragma' operator. This feature addresses a
3696 C99 also allow universal character names, and C99 further permits
4322 `c99'
4466 default for C99 and C++.