aboutsummaryrefslogtreecommitdiff
path: root/ibpctypes.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-18pragma onceHEADmasterRunxi Yu1-0/+2
This is technically unportable as it's a GCC/Clang extension, but it's one of the extensions that I personally think make a lot of sense. I'll use include guards if I really need to port this to a compiler that doesn't support pragma once, I guess.
2024-08-18types.h -> ibpctypes.hRunxi Yu3-3/+3
2024-08-15Fix READMERunxi Yu1-8/+6
2024-08-15README: Link to man.sr.htRunxi Yu1-0/+2
2024-08-15Note that output adds line feedsRunxi Yu1-2/+2