|
||||
File indexing completed on 2025-01-18 10:02:04
0001 #ifndef MAD_TYPES_F_H 0002 #define MAD_TYPES_F_H 0003 0004 /* 0005 Fortran types in C 0006 */ 0007 0008 typedef char* F_CHARACTER; 0009 typedef int* F_LOGICAL; 0010 typedef int* F_INTEGER; 0011 typedef double* F_DOUBLE; 0012 typedef float* F_REAL; 0013 0014 #endif // MAD_TYPES_F_H 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |