about summary refs log tree commit diff
path: root/include/inttypes.h
Commit message (Expand)AuthorAgeFilesLines
* fix inttypes.h PRI and SCN macros for [u]intptr_t typesRich Felker2013-10-301-11/+13
* remove the __STDC_FORMAT_MACROS nonsense from inttypes.hRich Felker2013-05-171-4/+0
* fix a couple issues in the inttypes.h PRI/SCN macrosRich Felker2012-12-021-22/+25
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-6/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-4/+10
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+227