aboutsummaryrefslogtreecommitdiff
path: root/include/inttypes.h
Commit message (Expand)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall2012-03-281-0/+3
* Be like stdlib.h and bring in a wchar_t definition and use it to prototypeJuli Mallett2010-03-311-4/+11
* Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins2002-09-221-10/+4
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-3/+3
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-151-2/+2
* Don't define wchar_t if we are a C++ compiler.David E. O'Brien2002-07-091-0/+2
* Add support for C++.Mike Barcroft2002-01-061-0/+2
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-151-2/+2
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-0/+54