Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dlight/env.h
Henrik Hautakoski b2df740514 Initial commit
2011-09-21 17:13:28 +02:00

7 lines
No EOL
76 B
C

#ifndef ENV_H
#define ENV_H
const char* env_get_dir();
#endif /* ENV_H */