env_get

env_get :: fn (var: string) string

Reads environemnt variable specified by var name. Result is empty in case no such variable was found or has no content. It’s caller responsibility to delete result string.

Declared in: utils.bl