Hi,
When I have a set of modules with interdependencies among the modules how do I achieve the importing of variables only or ability to call functions without multiple global variable or function declarations. For e.g c++ we have #ifdef and #ifndef preprocessor directives.
Regards,
Ramesh
When I have a set of modules with interdependencies among the modules how do I achieve the importing of variables only or ability to call functions without multiple global variable or function declarations. For e.g c++ we have #ifdef and #ifndef preprocessor directives.
Regards,
Ramesh