/usr/include/python2.7/pysparse/fortran.h is in python-sparse 1.1-1.2build1.
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 | #ifndef FORTRAN_H
#define FORTRAN_H
#ifdef NOF77UNDERSCORE
#define F77(s) s
#else
#define F77(s) s##_
#endif
#endif
|