Go to main content
Oracle® Developer Studio 12.5: C User's Guide

Exit Print View

Updated: June 2017
 
 

Features of C11

This appendix discusses the features of the ISO/IEC 9899:2011, Programming Language - C standard currently supported by the C compiler.

The -std=c11 flag controls compiler recognition of 9899:2011 ISO/C. For more information about the syntax of the -std flag, see Support for Atomic Types.

C.1 Keywords

  • _Alignas

  • _Alignof

  • _Atomic

  • _Generic

  • _Noreturn

  • _Static_assert

  • _Thread_local