Initial commit
This commit is contained in:
commit
b2df740514
19 changed files with 1640 additions and 0 deletions
7
env.h
Normal file
7
env.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#ifndef ENV_H
|
||||
#define ENV_H
|
||||
|
||||
const char* env_get_dir();
|
||||
|
||||
#endif /* ENV_H */
|
||||
Reference in a new issue