NLSL
Main Page
Modules
Data Types List
Files
File List
File Members
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
fortrancall.h
Generated on Wed Jun 3 2015 12:50:24 for NLSL by
1.8.9.1