aboutsummaryrefslogtreecommitdiff
path: root/include/util/env.h
AgeCommit message (Collapse)Author
2022-12-06util/env: make env_parse_switch() return a size_tSimon Ser
This function is guaranteed to never return a negative value. This is important because we use arr[env_parse_switch(...)] in a few places.
2022-12-06util/env: add docsSimon Ser
I always forget what env_parse_switch() does on error.
2022-08-22util: Introduce env helpersAlexander Orzechowski