summaryrefslogtreecommitdiff
path: root/include/libc/stdint.h
AgeCommit message (Collapse)Author
2023-10-17Use `long` over `int` for s32/u32 types (#1546)Tharo
* long s32 * Suggested changes
2022-07-12Use intptr types in a few specific boot files (#1301)Roman971
* Add stdint.h with intptr_t and uinptr_t * Use intptr types in dmamgr and yaz0 * Use intptr types in stackcheck * Use intptr types in idle * Run formatter * Use pointers for StackEntry (+ minor type fix)