summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/stdint.h
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llongThomas Weißschuh2024-06-291-0/+19
* tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh2023-08-231-1/+1
* selftests/nolibc: not include limits.h for nolibcZhangjin Wu2023-06-091-0/+14
* tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh2023-06-091-5/+5
* tools/nolibc: add integer types and integer limit macrosVincent Dagonneau2023-03-201-0/+75
* tools/nolibc: add stdint.hVincent Dagonneau2023-03-201-0/+24