summaryrefslogtreecommitdiff
path: root/include/inttypes.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-04-01Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans
2012-03-28Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall
2010-03-31Be like stdlib.h and bring in a wchar_t definition and use it to prototypeJuli Mallett
2002-09-22Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-08-15 - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel
2002-07-09Don't define wchar_t if we are a C++ compiler.David E. O'Brien
2002-01-06Add support for C++.Mike Barcroft
2001-11-15o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft
2001-11-02o Add new header <sys/stdint.h>.Mike Barcroft