source: sources/src/dump_used_options.h

Last change on this file was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 834 bytes
Line 
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
15namespace sc_core {
16
17extern const char * get_used_options();
18
19}
20
21#endif
22
Note: See TracBrowser for help on using the repository browser.