Last change
on this file since 52 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
834 bytes
|
Rev | Line | |
---|
[1] | 1 | /*------------------------------------------------------------\ |
---|
| 2 | | | |
---|
| 3 | | Tool : systemcass | |
---|
| 4 | | | |
---|
| 5 | | File : dump_used_options.h | |
---|
| 6 | | | |
---|
| 7 | | Author : Buchmann Richard | |
---|
| 8 | | | |
---|
| 9 | | Date : 04_JAN_2005 | |
---|
| 10 | | | |
---|
| 11 | \------------------------------------------------------------*/ |
---|
| 12 | #ifndef DUMP_USED_OPTIONS_H |
---|
| 13 | #define DUMP_USED_OPTIONS_H |
---|
| 14 | |
---|
| 15 | namespace sc_core { |
---|
| 16 | |
---|
[52] | 17 | extern const char * get_used_options(); |
---|
[1] | 18 | |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | #endif |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.