This file is indexed.

/usr/include/libgoffice-0.10/goffice/math/go-dtoa.h is in libgoffice-0.10-dev 0.10.39-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
12
13
14
15
16
17
#ifndef GO_DTOA_H__
#define GO_DTOA_H__

#include <goffice/goffice-features.h>
#include <glib.h>

G_BEGIN_DECLS

/* ------------------------------------------------------------------------- */

void go_dtoa (GString *dst, const char *fmt, ...);

/* ------------------------------------------------------------------------- */

G_END_DECLS

#endif	/* GO_DTOA_H__ */