aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/winlibc/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-21winlibc: Implicitly define NULL and size_t in certain headersSamuel Lidén Borell1-8/+4
2024-04-21winlibc: Don't implicitly include stddef.hSamuel Lidén Borell1-3/+8
2024-04-21winlibc: Header definition fixesSamuel Lidén Borell1-1/+1
2023-12-25winlibc: Use "" instead of <> for including winlibc_internal.hSamuel Lidén Borell1-1/+1
2023-08-11Use namespace prefix in include guardsSamuel Lidén Borell1-2/+2
2023-07-21winlibc: Add remove()Samuel Lidén Borell1-0/+1
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-06-18winlibc: Add vsprintfSamuel Lidén Borell1-0/+1
2022-08-04Fix cppcheck warnings and silence false positivesSamuel Lidén Borell1-1/+1
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-1/+3
2022-04-22winlibc: Fix putc, and always use it in printfSamuel Lidén Borell1-3/+3
2022-04-20winlibc: Improve/fix printf(). Unicode console output. Fix cmdlineSamuel Lidén Borell1-1/+2
2022-04-18Add proper Windows support, by using a custom C librarySamuel Lidén Borell1-0/+72