ecat  5.1.2
plandefs.h
Go to the documentation of this file.
1 /* prevent recursive definition */
2 #ifndef plandefs_h
3 #define plandefs_h
4 
5 #ifdef __cplusplus
6 extern "C" int plandefs(int rmax,int span,int amax,int* vplane)
7 #else /* __cplusplus */
8 extern plandefs();
9 #endif /* __cplusplus */
10 #endif /* plandefs_h */
plandefs()