fortran.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define F77_FUNC(lcase, UCASE)   lcase ## _
 
#define F77_NAME(lcase, UCASE)   F77_FUNC(lcase,UCASE)
 
#define F77_NAME_(lcase, UCASE)   F77_FUNC_(lcase,UCASE)
 
#define F77_CHARACTER_TYPE   const char*
 
#define F77_CHARACTER(c)   &c
 

Macro Definition Documentation

#define F77_CHARACTER (   c)    &c
#define F77_CHARACTER_TYPE   const char*
#define F77_FUNC (   lcase,
  UCASE 
)    lcase ## _
#define F77_NAME (   lcase,
  UCASE 
)    F77_FUNC(lcase,UCASE)
#define F77_NAME_ (   lcase,
  UCASE 
)    F77_FUNC_(lcase,UCASE)