2021-01-27 16:26:19 -05:00
|
|
|
#pragma once
|
2020-11-24 17:12:23 -05:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2022-03-09 22:08:47 -05:00
|
|
|
void set_and_print_env(const char *name, char *value);
|
|
|
|
|
2021-06-17 17:32:24 -04:00
|
|
|
void bootstrap(int argc, char *argv[]);
|
2020-11-24 17:12:23 -05:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
2021-06-17 17:32:24 -04:00
|
|
|
#endif
|