/usr/include/kerngen/fortranc.h is in libkernlib1-dev 20061220+dfsg3-4.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #ifdef WIN32
# ifdef CERNLIB_MSSTDCALL
# define F77_UCASE
# define type_of_call _stdcall
# ifndef CERNLIB_QXCAPT
# define CERNLIB_QXCAPT
# endif
# else
# define F77_LCASE
# ifndef CERNLIB_QXNO_SC
# define CERNLIB_QXNO_SC
# endif
# endif
#endif
#ifndef type_of_call
#define type_of_call
#endif
|