I want to call c library function atof from my fortran program. I m using VS 2008. What would be the syntax for such a calling?
Also i have another c program with its .h nd .cpp files. How to call such a program from fortran? Would that be saved as separate VS project ?
Please advice.