source: latest/src/dump_used_options.h @ 1

Last change on this file since 1 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

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.