Create environment module
This commit is contained in:
11
lib/include/env.h
Normal file
11
lib/include/env.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ENV_H
|
||||
#define ENV_H
|
||||
|
||||
#include "am.h"
|
||||
#include "store.h"
|
||||
|
||||
void env_init(am_t *am, store_t *store);
|
||||
void env_fetch(am_t *am);
|
||||
void env_set(am_t *am, store_t *store);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user