|
htils 1
A small set of utilities for C programming.
|
Go to the source code of this file.
Functions | |
| i32 | htils_dotenv_load (arena_t *arena, const string *path) |
| Load a dotenv file, or a path with a .env file within it. | |
Load a dotenv file, or a path with a .env file within it.
| path | The path where a .env file is located or the explicit relative or complete path to the .env file |
| arena | The arena to allocate from. |
path, and arena must be valid, and not null.path must be a valid path.