This file is indexed.

/usr/include/squizz/sequence/gcg.h is in libsquizz-dev 0.99a-2.

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
/* gcg.h - GCG sequence functions */

#ifndef __SEQUENCE_GCG_H_
#define __SEQUENCE_GCG_H_

#include <stdio.h>
#include "sequence.h"


/* Functions prototypes */

sequence_t *gcg_parse(FILE *);
int gcg_check(FILE *);
void gcg_print(FILE *, sequence_t *);

#endif /* __SEQUENCE_GCG_H_ */