Last change
on this file was
1,
checked in by buchmann, 17 years ago
|
Initial import from CVS repository
|
File size:
841 bytes
|
Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : dump_used_env.h | |
---|
6 | | | |
---|
7 | | Author : Buchmann Richard | |
---|
8 | | | |
---|
9 | | Date : 10_MAY_2005 | |
---|
10 | | | |
---|
11 | \------------------------------------------------------------*/ |
---|
12 | #ifndef DUMP_USED_ENV_H |
---|
13 | #define DUMP_USED_ENV_H |
---|
14 | |
---|
15 | #include <string> |
---|
16 | |
---|
17 | namespace sc_core { |
---|
18 | |
---|
19 | extern std::string get_used_env (); |
---|
20 | |
---|
21 | } |
---|
22 | |
---|
23 | #endif |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.