htils
1
A small set of utilities for C programming.
Toggle main menu visibility
Loading...
Searching...
No Matches
dotenv.h
Go to the documentation of this file.
1
#ifndef HTILS_DOTENV_H
2
#define HTILS_DOTENV_H
3
4
/***********************************/
5
6
#include <
htils/arena.h
>
7
#include <
htils/basictypes.h
>
8
#include <
htils/string.h
>
9
10
/***********************************/
11
29
i32
htils_dotenv_load
(
arena_t
*
arena
,
const
string
*path);
30
31
#endif
// !HTILS_DOTENV_H
arena.h
arena_t
struct arena arena_t
An atomic arena.
basictypes.h
i32
int32_t i32
Definition
basictypes.h:31
htils_dotenv_load
i32 htils_dotenv_load(arena_t *arena, const string *path)
Load environment variables from a .env file.
Definition
dotenv.c:331
string.h
arena
An atomic arena.
Definition
arena.h:45
include
htils
dotenv.h
Generated by
1.17.0