This appendix gives the extra translations for use within C sources files that define functions intended to be called from Fortran:
Kernel tokens (translated by default):
| ||
TOKEN | COMMENT | |
TC | Upper case C function name extension - D, I, F etc | |
TLC | Lower case subroutine name extension - d, i, c etc | |
CNFTYPE | CNF data type - DOUBLE, INTEGER, CHARACTER etc | |
CTYPE | C data type - double, int, char etc | |