aboutsummaryrefslogtreecommitdiffstats
path: root/include/stddef.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* the pointer returned by malloc is alignedMattias Andrée2015-10-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m offsetof docMattias Andrée2015-10-161-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todo about undefined behaviour of offsetofMattias Andrée2015-10-131-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add _LIBRARY_HEADERMattias Andrée2015-08-311-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* null considered harmful considered harmfulMattias Andrée2015-08-301-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add memory allocation functionsMattias Andrée2015-08-301-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-08-291-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add stdintMattias Andrée2015-08-291-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add stddef.hMattias Andrée2015-08-281-0/+72
Signed-off-by: Mattias Andrée <maandree@operamail.com>