I have a C file generated with f2c (Fortran to C translator) that contains the following C structure:
struct {
real rez, pi, st;
} const_;
How can I declare this const_
variable as an external in another .c file without modifying the one generated by f2c?
In another file.
extern struct {
real rez, pi, st;
} const_;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With