aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* CPP directive __func__ requires C99Mattias Andrée2015-10-131-7/+14
* m docMattias Andrée2015-10-131-2/+2
* __noreturn shall be at the beginning of the prototypesMattias Andrée2015-10-131-2/+2
* static_assert is only defined if C11 is usedMattias Andrée2015-10-131-1/+3
* inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unsetMattias Andrée2015-10-131-12/+15
* simplified feature-test macrosMattias Andrée2015-10-121-1/+1
* fix some more errorsMattias Andrée2015-09-011-1/+1
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-10/+9
* add _LIBRARY_HEADERMattias Andrée2015-08-311-3/+1
* remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée2015-08-301-1/+1
* add _PORTABLE_SOURCEMattias Andrée2015-08-291-0/+2
* add __C11__, __C99__, __C90__, and __noreturnMattias Andrée2015-08-291-3/+2
* only use __attributes__ if compiling with gccMattias Andrée2015-08-291-1/+4
* add assert.hMattias Andrée2015-08-291-0/+95