#ifndef UDFCDF_VAR_H #define UDFCDF_VAR_H #include "Gmenu_var.h" struct UserDefs InFo; struct WorkArea Wa; struct CdfGenInfo CgI; void *PIDF; void *DaTaInFo; ByTe_2 BatchTime[10] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; ByTe_1 *ScaRply[2] = {"linear", "logarithmic"}; ByTe_1 *FrmRply[3] = {"scalar>na", "array>na", "matrix>na"}; #endif