Table of Contents
Utilities to nicely interact with the environment variables.
clib install 4thel00z/env.h
#include <env.h>
#include <stdio.h>
int main(){
printf("Found this val for $HOME: %s\n", env_get_or("HOME", "Kurdistan"));
printf("Found this val for $PLAYSTATION: %s\n", env_get_or("PLAYSTATION", "ze truth"));
}
This project is licensed under the GPL-3 license.