ARB
cb_base.h
Go to the documentation of this file.
1 // ================================================================ //
2 // //
3 // File : cb_base.h //
4 // Purpose : base types for interfaces //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in November 2013 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // ================================================================ //
11 
12 #ifndef CB_BASE_H
13 #define CB_BASE_H
14 
15 typedef struct Unfixed_cb_parameter *UNFIXED; // Unfixed_cb_parameter does not exist (intentionally!)
16 
17 #else
18 #error cb_base.h included twice
19 #endif // CB_BASE_H
struct Unfixed_cb_parameter * UNFIXED
Definition: cb_base.h:15