This file is indexed.

/usr/include/nrn/ocmisc.h is in neuron-dev 7.5-1.

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
#ifndef ocmisc_h
#define ocmisc_h

extern long hoc_nstack;
extern long hoc_nframe;
extern int hoc_errno_count;
extern int hoc_pipeflag;
extern int hoc_in_yyparse;
extern int hoc_intset;

#endif