Last change
on this file since 60 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
842 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 | |
---|
13 | #ifndef DUMP_USED_ENV_H |
---|
14 | #define DUMP_USED_ENV_H |
---|
15 | |
---|
16 | #include <string> |
---|
17 | |
---|
18 | namespace sc_core { |
---|
19 | |
---|
20 | extern std::string get_used_env (); |
---|
21 | |
---|
22 | } |
---|
23 | |
---|
24 | #endif |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.