ARB
simcfg.h
Go to the documentation of this file.
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
void readSimCfg(cstr fname)
Definition: simcfg.c:60
const char * cstr
Definition: defines.h:21