summaryrefslogtreecommitdiffstats
path: root/include/inttypes.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16}guenther2018-11-221-11/+11
* Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>matthew2013-06-111-4/+1
* Add wcstoimax(3) and wcstoumax(3).kettenis2009-01-131-1/+9
* Add comments to show which printf/scanf formats match which typesmillert2006-01-151-195/+195
* Update {PRN,SCN}*PTR defines to match types changesmillert2006-01-151-45/+1
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-131-2/+12
* Add real C99 stdint.h and inttypes.h based on an initial version I did inmillert2006-01-061-9/+271
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-8/+8
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
* move uint*_t to machine/types.hmillert1999-01-071-11/+1
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-5/+2
* inttypes.h as required by XPG4.2. Nothing uses this yet and all in-treemillert1997-08-181-0/+53