summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/bits/stdint.h
AgeCommit message (Expand)Author
2022-03-29LibC: Make wchar size definitions available from stdint.hTim Schumacher
2022-01-08LibC: Fix up a few copy-pasted INTMAX parameter namesTim Schumacher
2021-11-28LibC: Make SIZE_MAX be understood by the preprocessorDaniel Bertalan
2021-11-28LibC: Fix stdint.h macros on x86_64Daniel Bertalan
2021-09-16LibC: Define ptrdiff_t limitsTim Schumacher
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14LibC: Add definitions for INTMAX_C and UINTMAX_CGunnar Beutner
2021-04-11LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...Gunnar Beutner
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling