struct { real rez,pi,st; } const_;
如何在不修改f2c生成的变量的情况下将此const_变量声明为另一个.c文件中的外部变量?
extern struct { real rez,st; } const_;