summaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)Author
2018-07-07Change uint64_t to uintmax_tAaron Marcher
2018-07-06fmt_human: Improve typesAaron Marcher
2018-05-27Revert "Add basic backlight percentage support"Aaron Marcher
2018-05-22Add basic backlight percentage supportDavid Demelier
2018-05-21Refactor fmt_human() and fix a bugLaslo Hunhold
2018-05-21Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher
2018-05-21Remove units from numbersAaron Marcher
2018-05-19Implement fmt_human_2() and fmt_human_10()Laslo Hunhold
2018-05-19Implement esnprintf() and make formatted calls more efficientLaslo Hunhold
2018-05-18Add fmt_scaled util functionAaron Marcher
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-17Remove UNUSED macroAaron Marcher
2018-05-17Mark unused parameters, fix compiler warningsAaron Marcher
2017-09-17Added LICENSE statements to all source filesAaron Marcher
2017-09-17Properly declare buf as extern and fix all unused-warningsLaslo Hunhold
2017-09-17Split into multiple filesAaron Marcher