aboutsummaryrefslogtreecommitdiff
path: root/include/stdnoreturn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add static_assert and hide noreturn, alignas, alignof from C++•••add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords. Szabolcs Nagy2014-08-271-0/+2
* add stdnoreturn.h (C11)•••features.h contains the fallback logic for pre-C11 compilers Rich Felker2012-09-081-0/+5