source: tags/arb_5.1/TREEGEN/simcfg.h

Last change on this file was 5128, checked in by westram, 16 years ago
  • removed my own strange defines
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 207 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
9extern "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.