Fortran to C |
f2c(src, dest) |
r = f2c(src, dest) |
[r, msg] = f2c(src, dest) |
a string: fortran source file.
a string: destination directory.
a logical: true if success.
a string: error message or ''.
f2c converts fortran 66, and fortran 77 files to C.
f2c([modulepath(nelsonroot(),'f2c','root'), '/tests/dgemm.f'], tempdir());
fileread([tempdir(), 'dgemm.c'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET