This file is indexed.

/usr/include/snacc/c++/init.h is in libsnacc-dev 1.3bbn-11ubuntu2.

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
/*
 * file: .../c++-lib/inc/init.h
 *
 * $Header: /usr/app/odstb/CVS/snacc/c++-lib/inc/init.h,v 1.1 1995/07/27 09:22:35 rj Exp $
 * $Log: init.h,v $
 * Revision 1.1  1995/07/27 09:22:35  rj
 * new file: .h file containing a declaration for a function defined in a C++ file, but with C linkage.
 *
 */

extern
#ifdef __cplusplus
	"C"
#endif
	     int Snacc_Init (Tcl_Interp *interp);