Header: f2cvvdefs.h Purpose: Contains the f2cvv definitions generated by program f2cvv. File: f2cvvdefs.h Author: K.G. Begeman Use: #include "f2cvvdefs.h" Defines: fchar (fortran character), a struct with a pointer to a character string (a) and a length (l). complex (fortran complex), a struct with a real (r) and an imaginary part (i). fint (fortran integer). fint8 (64-bit fortran integer). bool (fortran logical). tobool and toflog, macros to convert from fortran logical to c logical and vv. TRUE and FALSE, fortran .TRUE. and .FALSE. Updates: Jul 7, 1993: KGB, Document created. Mar 11, 2011: JPT, 64-bit integer support.