aboutsummaryrefslogtreecommitdiffstats
path: root/include/inttypes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not assume that size(void*) == size(long)Mattias Andrée2015-10-161-2/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add SCN* and PRI* constantsMattias Andrée2015-10-101-0/+1025
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* inttypes.h defines wchar_tMattias Andrée2015-10-101-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* inttypes.h includes stdint.hMattias Andrée2015-10-101-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-101-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some warnings and errorsMattias Andrée2015-09-021-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add div functionsMattias Andrée2015-09-021-0/+45
Signed-off-by: Mattias Andrée <maandree@operamail.com>