NLSL
fortrancall.h
Go to the documentation of this file.
1 /*
2  * This file provides mappings for C functions callable by FORTRAN
3  */
4 
5 #ifdef ADD_UNDERSCORE
6 #define FORTRAN(n) n##_
7 #else
8 #define FORTRAN(n) n
9 #endif