summaryrefslogtreecommitdiffstats
path: root/helpers.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24Add strict_strtoulMalfurious1-0/+1
Signed-off-by: Malfurious <m@lfurio.us>
2024-04-24Multithread version 2Malfurious1-0/+2
Signed-off-by: Malfurious <m@lfurio.us>
2024-04-24Multithread version 1Malfurious1-0/+2
Signed-off-by: Malfurious <m@lfurio.us>
2023-07-07Add panel clear helperMalfurious1-0/+1
Signed-off-by: Malfurious <m@lfurio.us>
2023-07-07Add malloc wrapperMalfurious1-0/+3
Abort on allocation failure. This is mostly done as a formality, as Linux tends to over-commit memory anyway. In the event of most failures, we won't have a reasonable recovery either. Signed-off-by: Malfurious <m@lfurio.us>
2023-07-06Rename curshelpers unit to 'helpers'Malfurious1-0/+11
Signed-off-by: Malfurious <m@lfurio.us>