|
Last change
on this file was
7044,
checked in by westram, 15 years ago
|
- fixed include wrappers (merges [7006] [7007])
- use gcc-style include-wrappers
- use same convention for local wrappers in TREEGEN as rest of ARB
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
193 bytes
|
| Line | |
|---|
| 1 | #ifndef SIMCFG_H |
|---|
| 2 | #define SIMCFG_H |
|---|
| 3 | |
|---|
| 4 | #ifndef DEFINES_H |
|---|
| 5 | #include "defines.h" |
|---|
| 6 | #endif |
|---|
| 7 | |
|---|
| 8 | #ifdef __cplusplus |
|---|
| 9 | extern "C" { |
|---|
| 10 | #endif |
|---|
| 11 | |
|---|
| 12 | void readSimCfg (cstr fname); |
|---|
| 13 | |
|---|
| 14 | #ifdef __cplusplus |
|---|
| 15 | } |
|---|
| 16 | #endif |
|---|
| 17 | |
|---|
| 18 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.