This file is indexed.

/usr/include/ggobi/read_csv.h is in ggobi 2.1.11-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
#ifndef READ_CSV_H
#define READ_CSV_H
gboolean isCSVFile (const gchar * fileName, ggobid * gg, GGobiPluginInfo * plugin);
#endif