This file is indexed.

/usr/include/sc/chemistry/qc/mbptr12/blas.h is in libsc-dev 2.3.1-16.

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
extern "C" {
#include <chemistry/qc/mbptr12/f77sym.h>

extern void F77_DGEMM(const char*, const char*, const int*,
const int*, const int*, const double*, const double*, const int*,
const double*, const int*, const double*, double*, const int*);

extern void F77_DAXPY(const int* n, const double* da, const double* dx,
const int* incx, double* dy, const int* incy);

extern double F77_DDOT(const int* n, const double* dx, const int* incx,
double* dy, const int* incy);

}