This file is indexed.

/usr/include/cxx-lib/inc/init.h is in libesnacc-dev 1.8.1-1build1.

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
/*
 * file: .../c++-lib/inc/init.h
 *
 * $Header: /baseline/SNACC/c++-lib/inc/init.h,v 1.1.1.1 2000/08/21 20:36:12 leonberp Exp $
 * $Log: init.h,v $
 * Revision 1.1.1.1  2000/08/21 20:36:12  leonberp
 * First CVS Version of SNACC.
 *
 * 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);